Chervil is a toy Lisp interpreter written in Ruby
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dylan Baker 27c55464f2 Add tests for the core vor 6 Jahren
bin Move the REPL into its own class vor 6 Jahren
lib Add tests for the core vor 6 Jahren
spec Add tests for the core vor 6 Jahren
.gitignore Initial commit vor 6 Jahren
.rspec Initial commit vor 6 Jahren
.travis.yml Initial commit vor 6 Jahren
Gemfile Initial commit vor 6 Jahren
Gemfile.lock Initial commit vor 6 Jahren
LICENSE.txt Initial commit vor 6 Jahren
README.md Update readme vor 6 Jahren
Rakefile Initial commit vor 6 Jahren
chervil.gemspec Initial commit vor 6 Jahren
package-lock.json Scan parens vor 6 Jahren
package.json Scan parens vor 6 Jahren

README.md

Chervil

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