new i_to_s test

This commit is contained in:
Torsten Ruger
2015-09-27 22:39:10 +03:00
parent 259b0afa96
commit 4186405930
5 changed files with 68 additions and 22 deletions

View File

@ -135,7 +135,7 @@ module Virtual
def compile_main bytes
syntax = @parser.parse_with_debug(bytes)
parts = Parser::Transform.new.apply(syntax)
#puts parts.to_s
#puts parts.inspect
Bosl::Compiler.compile( parts , @space.get_main )
end