Chervil is a toy Lisp interpreter written in Ruby
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Dylan Baker e11382f5be Allow type errors for lists 6 роки тому
bin Move the REPL into its own class 6 роки тому
lib Allow type errors for lists 6 роки тому
spec Add tests for the core 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.