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 0a4d8d334d Implement lambdas 5 年之前
bin Move the REPL into its own class 5 年之前
lib Implement lambdas 5 年之前
spec Implement lambdas 5 年之前
.gitignore Initial commit 5 年之前
.rspec Initial commit 5 年之前
.travis.yml Initial commit 5 年之前
Gemfile Initial commit 5 年之前
Gemfile.lock Initial commit 5 年之前
LICENSE.txt Initial commit 5 年之前
README.md Update readme 5 年之前
Rakefile Initial commit 5 年之前
chervil.gemspec Initial commit 5 年之前
package-lock.json Scan parens 5 年之前
package.json Scan parens 5 年之前

README.md

Chervil

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