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.