Fixed syntax error for files ending on non-empty line
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
|
||||
M68kFile ::= line*
|
||||
|
||||
private line ::= !<<eof>> statement EOL
|
||||
private line ::= !<<eof>> statement (<<eof>>|EOL)
|
||||
|
||||
statement ::= (Assignment
|
||||
| PreprocessorDirective
|
||||
|
||||
Reference in New Issue
Block a user