add scope and kwbegin

scope is just a list of statements
This commit is contained in:
Torsten Ruger
2017-04-02 13:24:09 +03:00
parent 27e4e9f501
commit 539ab692a3
7 changed files with 50 additions and 3 deletions

View File

@ -36,6 +36,5 @@ module Vool
lst = Compiler.compile( "bar(1)")
assert_equal 1 , lst.arguments.first.value
end
end
end