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 21bf43c0e0 Don't allow binding to an unbound variable 5 gadus atpakaļ
bin Move the REPL into its own class 5 gadus atpakaļ
lib Don't allow binding to an unbound variable 5 gadus atpakaļ
spec Don't allow binding to an unbound variable 5 gadus atpakaļ
.gitignore Initial commit 5 gadus atpakaļ
.rspec Initial commit 5 gadus atpakaļ
.travis.yml Initial commit 5 gadus atpakaļ
Gemfile Initial commit 5 gadus atpakaļ
Gemfile.lock Initial commit 5 gadus atpakaļ
LICENSE.txt Initial commit 5 gadus atpakaļ
README.md Update readme 5 gadus atpakaļ
Rakefile Initial commit 5 gadus atpakaļ
chervil.gemspec Initial commit 5 gadus atpakaļ
package-lock.json Scan parens 5 gadus atpakaļ
package.json Scan parens 5 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.