Chervil is a toy Lisp interpreter written in Ruby
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dylan Baker 21bf43c0e0 Don't allow binding to an unbound variable hace 5 años
bin Move the REPL into its own class hace 5 años
lib Don't allow binding to an unbound variable hace 5 años
spec Don't allow binding to an unbound variable hace 5 años
.gitignore Initial commit hace 5 años
.rspec Initial commit hace 5 años
.travis.yml Initial commit hace 5 años
Gemfile Initial commit hace 5 años
Gemfile.lock Initial commit hace 5 años
LICENSE.txt Initial commit hace 5 años
README.md Update readme hace 5 años
Rakefile Initial commit hace 5 años
chervil.gemspec Initial commit hace 5 años
package-lock.json Scan parens hace 5 años
package.json Scan parens hace 5 años

README.md

Chervil

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