Chervil is a toy Lisp interpreter written in Ruby
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Dylan Baker 21bf43c0e0 Don't allow binding to an unbound variable 5 anos atrás
bin Move the REPL into its own class 5 anos atrás
lib Don't allow binding to an unbound variable 5 anos atrás
spec Don't allow binding to an unbound variable 5 anos atrás
.gitignore Initial commit 5 anos atrás
.rspec Initial commit 5 anos atrás
.travis.yml Initial commit 5 anos atrás
Gemfile Initial commit 5 anos atrás
Gemfile.lock Initial commit 5 anos atrás
LICENSE.txt Initial commit 5 anos atrás
README.md Update readme 5 anos atrás
Rakefile Initial commit 5 anos atrás
chervil.gemspec Initial commit 5 anos atrás
package-lock.json Scan parens 5 anos atrás
package.json Scan parens 5 anos atrás

README.md

Chervil

Chervil is a toy Lisp interpreter written in Ruby. It’s loosely based on Scheme and not very good. Not recommended.