Chervil is a toy Lisp interpreter written in Ruby
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dylan Baker 6afbc18558 Update readme il y a 5 ans
bin Move the REPL into its own class il y a 5 ans
lib Fix repl handling of ctrl-c il y a 5 ans
spec Implement quoted values il y a 5 ans
.gitignore Initial commit il y a 5 ans
.rspec Initial commit il y a 5 ans
.travis.yml Initial commit il y a 5 ans
Gemfile Initial commit il y a 5 ans
Gemfile.lock Initial commit il y a 5 ans
LICENSE.txt Initial commit il y a 5 ans
README.md Update readme il y a 5 ans
Rakefile Initial commit il y a 5 ans
chervil.gemspec Initial commit il y a 5 ans
package-lock.json Scan parens il y a 5 ans
package.json Scan parens il y a 5 ans

README.md

Chervil

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