start to test block_statement

This commit is contained in:
Torsten Ruger
2018-07-04 23:21:11 +03:00
parent 2485f7e9eb
commit 16d91f24ce
3 changed files with 23 additions and 2 deletions

View File

@ -11,7 +11,6 @@ module RubyX
def ruby_to_vool
vool = RubyCompiler.compile( source )
vool = vool.normalize
#puts vool
vool
end