remove unused methods
and a whole lot more index fixes
This commit is contained in:
@ -4,7 +4,7 @@ module Risc
|
||||
module CompileHelper
|
||||
|
||||
def compiler_for( type , method_name , arguments , locals = {})
|
||||
frame = Parfait::NamedList.type_for( locals ) #TODO fix locals passing/ using in builtin
|
||||
frame = Parfait::NamedList.type_for( locals )
|
||||
args = Parfait::NamedList.type_for( arguments )
|
||||
Risc::MethodCompiler.create_method(type , method_name , args, frame )
|
||||
end
|
||||
|
Reference in New Issue
Block a user