remove the code_builder
this is core of #11 rename compiler_builder to just builder and change all builder uses to use that some test change as code is not returned anymore
This commit is contained in:
@ -38,7 +38,7 @@ module Vool
|
||||
runtime_method = Mom::SlotDefinition.new( :message , [ :method] )
|
||||
check = Mom::NotSameCheck.new(compile_method , runtime_method, ok_label)
|
||||
# TODO? Maybe create mom instructions for this
|
||||
#builder = compiler.code_builder("yield")
|
||||
#builder = compiler.builder("yield")
|
||||
#Risc::Builtin::Object.exit_sequence(builder)
|
||||
#check << builder.built
|
||||
check << ok_label
|
||||
|
Reference in New Issue
Block a user