More tests

This commit is contained in:
rocky
2015-12-27 16:49:37 -05:00
parent c508413689
commit 7c5b8d803c
52 changed files with 122 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
# Tests custom added grammar rule:
# expr ::= expr {expr}^n CALL_FUNCTION_n
# which in the specifc case below is:
# expr ::= expr expr expr CALL_FUNCTION_2
max(1, 2)