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 година
bin Move the REPL into its own class пре 5 година
lib Don't allow binding to an unbound variable пре 5 година
spec Don't allow binding to an unbound variable пре 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.