Chervil is a toy Lisp interpreter written in Ruby
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Dylan Baker 6afbc18558 Update readme 6年前
bin Move the REPL into its own class 6年前
lib Fix repl handling of ctrl-c 6年前
spec Implement quoted values 6年前
.gitignore Initial commit 6年前
.rspec Initial commit 6年前
.travis.yml Initial commit 6年前
Gemfile Initial commit 6年前
Gemfile.lock Initial commit 6年前
LICENSE.txt Initial commit 6年前
README.md Update readme 6年前
Rakefile Initial commit 6年前
chervil.gemspec Initial commit 6年前
package-lock.json Scan parens 6年前
package.json Scan parens 6年前

README.md

Chervil

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