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 e11382f5be Allow type errors for lists hace 6 años
bin Move the REPL into its own class hace 6 años
lib Allow type errors for lists hace 6 años
spec Add tests for the core hace 6 años
.gitignore Initial commit hace 6 años
.rspec Initial commit hace 6 años
.travis.yml Initial commit hace 6 años
Gemfile Initial commit hace 6 años
Gemfile.lock Initial commit hace 6 años
LICENSE.txt Initial commit hace 6 años
README.md Update readme hace 6 años
Rakefile Initial commit hace 6 años
chervil.gemspec Initial commit hace 6 años
package-lock.json Scan parens hace 6 años
package.json Scan parens hace 6 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.