Fixed syntax error for files ending on non-empty line

This commit is contained in:
2021-07-26 10:59:40 +02:00
parent 3165d99fc2
commit 82feb8c43c
6 changed files with 30 additions and 13 deletions
@@ -118,7 +118,7 @@
M68kFile ::= line*
private line ::= !<<eof>> statement EOL
private line ::= !<<eof>> statement (<<eof>>|EOL)
statement ::= (Assignment
| PreprocessorDirective