rubyx/lib
Torsten a3effe29f6 adding integer compare tests and fixing returns
true, false and nll were not handled correctly as returns
returns assume int, and reduce. The solution (hack?) is to add fake numbers into true,false and nil that get returned from from the arm syscall
(and it works!, which means i can fix other tests now)
2020-03-28 18:41:59 +02:00
..
arm moving more tests to arm 2020-03-27 20:18:14 +02:00
elf improve debug labels 2020-03-26 11:24:33 +02:00
parfait add decent method to get the programs return to interpreter 2020-03-28 18:39:49 +02:00
risc adding integer compare tests and fixing returns 2020-03-28 18:41:59 +02:00
ruby Rename Vool to Sol 2019-10-04 00:38:47 +03:00
rubyx use env, not class var aas compilation switch 2020-02-08 17:44:35 +07:00
slot_machine fix register use in putstring 2020-03-26 11:24:56 +02:00
sol fix arm return bug 2020-03-24 22:04:44 +02:00
util Also make risc compilers a linked lists 2019-09-28 15:08:08 +03:00
parfait.rb Rename Vool to Sol 2019-10-04 00:38:47 +03:00
risc.rb rename allocator to standard_allocator 2020-03-22 14:31:43 +02:00
ruby.rb Rename Vool Block to Lambda 2019-08-19 10:40:22 +03:00
rubyx.rb Removing the SlotLanguage 2020-02-19 02:14:34 +07:00
util.rb Simple compiler list module to make compilers a list 2019-09-28 09:38:34 +03:00