introduce ruby variable and remove ct_type

cleaner oo
This commit is contained in:
Torsten Ruger
2018-07-20 20:53:35 +03:00
parent 9548440949
commit 6022aa4dab
6 changed files with 22 additions and 47 deletions

View File

@ -9,7 +9,7 @@ module Ruby
def to_vool()
raise "not named left #{name.class}" unless name.is_a?(Symbol)
case value
when Named , Constant
when Variable , Constant
return self.vool_brother.new(name,@value.to_vool)
when SendStatement
return normalize_send