Chervil is a toy Lisp interpreter written in Ruby
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Dylan Baker 21bf43c0e0 Don't allow binding to an unbound variable 5 роки тому
bin Move the REPL into its own class 5 роки тому
lib Don't allow binding to an unbound variable 5 роки тому
spec Don't allow binding to an unbound variable 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.