some renames before main fixes commences

This commit is contained in:
2019-09-12 13:10:31 +03:00
parent dced6b12e6
commit e33b9f565d
33 changed files with 63 additions and 94 deletions

View File

@ -7,7 +7,7 @@ module Vool
include VoolCompile
def setup
@compiler = compile_first_method( send_method )
@compiler = compile_main( send_method )
@ins = @compiler.mom_instructions.next
end