basic liveliness for allocator

This commit is contained in:
2020-03-18 17:50:22 +02:00
parent d0b734c57c
commit 4f290ee246
4 changed files with 53 additions and 1 deletions

View File

@ -4,7 +4,7 @@ module ScopeHelper
def compiler_with_main(options = {})
compiler = RubyX::RubyXCompiler.new(RubyX.default_test_options.merge(options))
compiler.ruby_to_sol( in_Space( as_main("return")) )
compiler.ruby_to_sol( as_main("return 5") )
compiler
end
def in_Test(statements)