adjusted code and tests to use renamed and rearranged parser bits
This commit is contained in:
@ -7,7 +7,7 @@ module Vm
|
||||
end
|
||||
end
|
||||
|
||||
class NumberExpression < Expression
|
||||
class IntegerExpression < Expression
|
||||
attr_reader :value
|
||||
def initialize val
|
||||
@value = val
|
||||
|
Reference in New Issue
Block a user