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 27c55464f2 Add tests for the core 6 lat temu
bin Move the REPL into its own class 6 lat temu
lib Add tests for the core 6 lat temu
spec Add tests for the core 6 lat temu
.gitignore Initial commit 6 lat temu
.rspec Initial commit 6 lat temu
.travis.yml Initial commit 6 lat temu
Gemfile Initial commit 6 lat temu
Gemfile.lock Initial commit 6 lat temu
LICENSE.txt Initial commit 6 lat temu
README.md Update readme 6 lat temu
Rakefile Initial commit 6 lat temu
chervil.gemspec Initial commit 6 lat temu
package-lock.json Scan parens 6 lat temu
package.json Scan parens 6 lat temu

README.md

Chervil

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