moved all the normalize stuff over to the ruby layer
Which is how it should have been from the start
This commit is contained in:
@@ -33,10 +33,6 @@ module Vool
|
||||
@body.each(&block)
|
||||
end
|
||||
|
||||
def normalize
|
||||
BlockStatement.new( @args , @body.normalize)
|
||||
end
|
||||
|
||||
# create the parfait block (parfait representation of the block, a Callable similar
|
||||
# to CallableMethod)
|
||||
def parfait_block(compiler)
|
||||
|
Reference in New Issue
Block a user