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 26a93cd9f0 Replace Application with List 6 年之前
..
boolean.rb Implement booleans 6 年之前
conditional.rb Evaluate conditionals 6 年之前
definition.rb Clean up REPL 6 年之前
function.rb Tweak object displays in REPL 6 年之前
identifier.rb Sometimes we have an AST node and sometimes we have a raw value 6 年之前
list.rb Replace Application with List 6 年之前
number.rb Number and string accept an environment as well 6 年之前
string.rb Number and string accept an environment as well 6 年之前