somewhat correct that message at compile-time idea

This commit is contained in:
Torsten Ruger
2015-05-06 15:15:33 +03:00
parent 8a7db6d4f2
commit 9bf5eb2621
5 changed files with 22 additions and 34 deletions

View File

@ -60,7 +60,7 @@ module Virtual
syntax = @parser.parse_with_debug(bytes)
parts = Parser::Transform.new.apply(syntax)
main = Virtual::CompiledMethod.main
Compiler.compile( parts , main , self.message )
Compiler.compile( parts , main )
end
end