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 1954d89211 Allow recursive functions & closures 6 年之前
..
application_spec.rb Return error for unbound variable/function 6 年之前
conditional_spec.rb Evaluate conditionals 6 年之前
constant_spec.rb Rename constant spec file 6 年之前
definition_spec.rb Evaluate definition/indentifier 6 年之前
function_spec.rb Allow recursive functions & closures 6 年之前
identifier_spec.rb Return error for unbound variable/function 6 年之前