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 6afbc18558 Update readme 6 years ago
bin Move the REPL into its own class 6 years ago
lib Fix repl handling of ctrl-c 6 years ago
spec Implement quoted values 6 years ago
.gitignore Initial commit 6 years ago
.rspec Initial commit 6 years ago
.travis.yml Initial commit 6 years ago
Gemfile Initial commit 6 years ago
Gemfile.lock Initial commit 6 years ago
LICENSE.txt Initial commit 6 years ago
README.md Update readme 6 years ago
Rakefile Initial commit 6 years ago
chervil.gemspec Initial commit 6 years ago
package-lock.json Scan parens 6 years ago
package.json Scan parens 6 years ago

README.md

Chervil

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