more random code

This commit is contained in:
Torsten Ruger
2014-05-02 08:02:25 +03:00
parent e019f10e19
commit 990b4726ba
8 changed files with 155 additions and 13 deletions

View File

@ -1,3 +1,5 @@
def foo(x)
a = 5
end
end
foo( 3 )

View File

@ -25,9 +25,10 @@ class TestRunner < MiniTest::Test
#link
# execute
# check result ?
puts string
puts " "
puts tree.inspect
context = Vm::Context.new
builder = Asm::Program.new
compiled = tree.compile( builder , context )
puts compiled.inspect
end
end