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 5 anni fa
bin Move the REPL into its own class 5 anni fa
lib Don't allow binding to an unbound variable 5 anni fa
spec Don't allow binding to an unbound variable 5 anni fa
.gitignore Initial commit 5 anni fa
.rspec Initial commit 5 anni fa
.travis.yml Initial commit 5 anni fa
Gemfile Initial commit 5 anni fa
Gemfile.lock Initial commit 5 anni fa
LICENSE.txt Initial commit 5 anni fa
README.md Update readme 5 anni fa
Rakefile Initial commit 5 anni fa
chervil.gemspec Initial commit 5 anni fa
package-lock.json Scan parens 5 anni fa
package.json Scan parens 5 anni fa

README.md

Chervil

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