fixed relation of values and types that had got watered in the virtual move

This commit is contained in:
Torsten Ruger
2014-07-15 09:31:25 +03:00
parent 102c5c2327
commit bb051230f4
8 changed files with 56 additions and 59 deletions

View File

@@ -2,6 +2,12 @@ module Virtual
class Constant < ::Virtual::Value
end
class TrueValue < Constant
end
class FalseValue < Constant
end
class NilValue < Constant
end
# another abstract "marker" class (so we can check for it)
# derived classes are Boot/Meta Class and StringConstant