rename function_call to call_site in all levels to avoid confusion
This commit is contained in:
@ -2,7 +2,7 @@ module Vm
|
||||
|
||||
# name and args , return
|
||||
|
||||
class FunctionCall < Value
|
||||
class CallSite < Value
|
||||
|
||||
def initialize(name , args , function )
|
||||
@name = name
|
@ -1,5 +1,5 @@
|
||||
require_relative "function"
|
||||
require_relative "function_call"
|
||||
require_relative "call_site"
|
||||
require "arm/arm_machine"
|
||||
|
||||
module Vm
|
||||
|
Reference in New Issue
Block a user