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.