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.
Dylan Baker 21bf43c0e0 Don't allow binding to an unbound variable 5 lat temu
..
boolean.rb Implement booleans 5 lat temu
conditional.rb Evaluate conditionals 5 lat temu
definition.rb Don't allow binding to an unbound variable 5 lat temu
function.rb Tweak object displays in REPL 5 lat temu
identifier.rb Sometimes we have an AST node and sometimes we have a raw value 5 lat temu
list.rb Implement lambdas 5 lat temu
number.rb Number and string accept an environment as well 5 lat temu
quotation.rb Fix quotation evaluation 5 lat temu
string.rb Number and string accept an environment as well 5 lat temu