renames Typed to Vm
This commit is contained in:
10
lib/vm/tree/field_access.rb
Normal file
10
lib/vm/tree/field_access.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
module Vm
|
||||
module Tree
|
||||
class FieldAccess < Expression
|
||||
attr_accessor :receiver , :field
|
||||
def to_s
|
||||
"#{receiver}.#{field}"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user