rubyx/test/risc
Torsten Rüger fa0aa30386 Move builtin wholesale to Mom
Since Builtin generates risc, just like mom instructions, it was a design mistake to put builtin into risc in the first place. Now that borders are coming more into focus, it make much more sense to have the builtin in mom.
In fact the instructions should be moved out and a seperate invocation mechanism used , so functions can be parsed, not generated (wip)
2019-08-12 12:38:29 +03:00
..
interpreter Move builtin wholesale to Mom 2019-08-12 12:38:29 +03:00
position fix all tests for previous commit 2019-02-08 23:03:23 +02:00
helper.rb split create_binary into two phases 2018-06-17 13:53:17 +03:00
test_builder1.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_builder2.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_builder.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_callable_compiler.rb compile from mom compiler to risc 2019-08-10 12:42:47 +03:00
test_collector.rb fixes #26 2019-07-28 16:42:40 +03:00
test_fake_memory.rb some test change because of renaming 2018-08-11 19:17:20 +03:00
test_instructions.rb test and last fixes for previous commits (allocalte ints) 2018-11-24 22:40:22 +02:00
test_interpreter_platform.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_interpreter.rb Get a basic MetaClass going 2019-02-16 23:24:16 +02:00
test_linker1.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_linker.rb Get a basic MetaClass going 2019-02-16 23:24:16 +02:00
test_method_compiler.rb compile from mom compiler to risc 2019-08-10 12:42:47 +03:00
test_padding.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_parfait_adapter.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_platform.rb make the interpreter platform 2018-05-17 09:31:36 +03:00
test_register_value1.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_register_value.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_risc_compiler.rb fix most mom and risc apart 2019-08-10 21:30:00 +03:00
test_text_writer.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_translator.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00