1
0
Fork 0

allow lines to be empty

This commit is contained in:
Kevin Matz 2018-10-28 17:47:57 -04:00
parent 9e5de3875b
commit 35475a82e0
2 changed files with 296 additions and 296 deletions

View File

@ -32,7 +32,8 @@ grammar CommentMacro;
** Parser Rules ** Parser Rules
**/ **/
prog : statement+ EOF ; prog : statement* EOF;
statement : macro (':' macro)* NEWLINE? statement : macro (':' macro)* NEWLINE?
| NEWLINE | NEWLINE

File diff suppressed because it is too large Load Diff