prune builtin

will need much less, many more things can be expressed in soml
This commit is contained in:
Torsten Ruger
2015-10-23 15:13:05 +03:00
parent 147a77f4e4
commit 6754518daf
6 changed files with 4 additions and 83 deletions

View File

@ -4,7 +4,6 @@ class HelloTest < MiniTest::Test
def check
machine = Register.machine.boot
Parfait::Space.object_space.get_class_by_name(:Integer).remove_instance_method :plus
#TODO remove this hack: write proper aliases
statements = machine.parse_and_compile @string_input
output_at = "Register::CallImplementation"