create new subdirs in test

This commit is contained in:
Torsten Ruger
2014-06-26 11:55:49 +03:00
parent 7e1c0d7f57
commit 4b2d0330ae
17 changed files with 30 additions and 29 deletions

View File

@ -31,7 +31,7 @@ module Parser
include Operators
include ModuleDef
rule(:root_body) {(module_definition | class_definition | function_definition | expression | call_site )}
rule(:root_body) {(module_definition | class_definition | function_definition | expression | call_site | basic_type )}
rule(:root) { root_body.repeat.as(:expression_list) }
end
end