Chervil is a toy Lisp interpreter written in Ruby
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Dylan Baker 9a3f2a6340 Fix quotation evaluation 6 gadus atpakaļ
bin Move the REPL into its own class 6 gadus atpakaļ
lib Fix quotation evaluation 6 gadus atpakaļ
spec Add tests for the core 6 gadus atpakaļ
.gitignore Initial commit 6 gadus atpakaļ
.rspec Initial commit 6 gadus atpakaļ
.travis.yml Initial commit 6 gadus atpakaļ
Gemfile Initial commit 6 gadus atpakaļ
Gemfile.lock Initial commit 6 gadus atpakaļ
LICENSE.txt Initial commit 6 gadus atpakaļ
README.md Update readme 6 gadus atpakaļ
Rakefile Initial commit 6 gadus atpakaļ
chervil.gemspec Initial commit 6 gadus atpakaļ
package-lock.json Scan parens 6 gadus atpakaļ
package.json Scan parens 6 gadus atpakaļ

README.md

Chervil

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