Chervil is a toy Lisp interpreter written in Ruby
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Dylan Baker 58c66d8435 Implement map 6 år sedan
bin Move the REPL into its own class 6 år sedan
lib Implement map 6 år sedan
spec Implement map 6 år sedan
.gitignore Initial commit 6 år sedan
.rspec Initial commit 6 år sedan
.travis.yml Initial commit 6 år sedan
Gemfile Initial commit 6 år sedan
Gemfile.lock Initial commit 6 år sedan
LICENSE.txt Initial commit 6 år sedan
README.md Update readme 6 år sedan
Rakefile Initial commit 6 år sedan
chervil.gemspec Initial commit 6 år sedan
package-lock.json Scan parens 6 år sedan
package.json Scan parens 6 år sedan

README.md

Chervil

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