rpl.rb/spec
Gwenhael Le Moine 212ef879f3
fix TODO
2022-01-26 16:15:12 +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_filesystem_spec.rb implement FWRITE, test FEVAL too 2021-12-16 11:02:42 +01:00
language_operations_spec.rb review/rationalize ADD 2021-12-16 16:34:59 +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 properly enclose strings in "" 2021-12-15 16:34:57 +01:00
language_test_spec.rb test using alias 2021-12-09 16:30:52 +01:00
language_time-date_spec.rb properly enclose strings in "" 2021-12-15 16:34:57 +01:00
language_trig_spec.rb implement trig operations 2022-01-18 17:07:25 +01:00
parser_spec.rb fix TODO 2022-01-26 16:15:12 +01:00
test.rpl implement FEVAL & FWRITE (wip) 2021-12-15 16:36:11 +01:00