starting with own node tests

This commit is contained in:
Torsten Ruger
2014-04-24 19:45:22 +03:00
parent c411ac5df8
commit 2b1a56b4fe
2 changed files with 24 additions and 89 deletions

View File

@ -45,7 +45,7 @@ module Vm
((name.as(:param) >> (comma >> name.as(:param)).repeat(0)).maybe).as(:params) >>
rparen
}
rule(:root) { func.repeat(0) >> expression }
root :args
# rule(:root) { func.repeat(0) >> expression }
end
end