remove remnant of old dsl
This commit is contained in:
@@ -21,12 +21,6 @@ module Vm
|
|||||||
# just a base class for data. not sure how this will be usefull (may just have read too much llvm)
|
# just a base class for data. not sure how this will be usefull (may just have read too much llvm)
|
||||||
class Value < Code
|
class Value < Code
|
||||||
|
|
||||||
# part of the dsl, ie serves to make code like value.is a + b work
|
|
||||||
# ie we save the receier as the result into the instruction and pass that back
|
|
||||||
def is instruction
|
|
||||||
instruction.assign self
|
|
||||||
instruction
|
|
||||||
end
|
|
||||||
def type
|
def type
|
||||||
self.class
|
self.class
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user