This commit is contained in:
Torsten Ruger
2015-07-30 19:18:41 +03:00
parent 7216300452
commit 8ab9a417aa
7 changed files with 18 additions and 16 deletions

View File

@ -7,7 +7,7 @@ module Virtual
def self.compile_class expression , method
clazz = Parfait::Space.object_space.get_class_by_name! expression.name
puts "Compiling class #{clazz.name.inspect}"
#puts "Compiling class #{clazz.name.inspect}"
expression_value = nil
expression.expressions.each do |expr|
# check if it's a function definition and add