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

README.md

Chervil

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