rpl.rb/spec
2021-12-15 13:32:48 +01:00
..
core_spec.rb Rpl:: → Rpl::Lang:: 2021-12-07 15:50:58 +01:00
language_branch_spec.rb add and implement LOOP and TIMES loops 2021-12-09 16:31:29 +01:00
language_operations_spec.rb all tests use lang.run() instead of handcrafted stacks 2021-12-08 16:08:49 +01:00
language_program_spec.rb all tests use lang.run() instead of handcrafted stacks 2021-12-08 16:08:49 +01:00
language_stack_spec.rb all tests use lang.run() instead of handcrafted stacks 2021-12-08 16:08:49 +01:00
language_store_spec.rb I prefer .lookup() rather than [] 2021-12-08 16:38:46 +01:00
language_string_spec.rb add string REV & SPLIT 2021-12-15 13:32:48 +01:00
language_test_spec.rb test using alias 2021-12-09 16:30:52 +01:00
language_time-date_spec.rb all tests use lang.run() instead of handcrafted stacks 2021-12-08 16:08:49 +01:00
parser_spec.rb fix parsing " " word 2021-12-15 13:30:57 +01:00