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