Chervil is a toy Lisp interpreter written in Ruby
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Dylan Baker 6afbc18558 Update readme 5年前
bin Move the REPL into its own class 5年前
lib Fix repl handling of ctrl-c 5年前
spec Implement quoted values 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.