Chervil is a toy Lisp interpreter written in Ruby
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

chervil 93B

1234567
  1. #!/usr/bin/env ruby
  2. require "chervil"
  3. require "readline"
  4. repl = Chervil::Repl.new
  5. repl.run