feat(grammar): meta-commands must be followed by end-of-file
This commit is contained in:
parent
64d93e9a27
commit
33c4edf91d
5 changed files with 90 additions and 44 deletions
|
|
@ -267,7 +267,7 @@ Error: unexpected token
|
|||
|
||||
This will make errors like "expected semicolon" more helpful by showing "expected semicolon (example: ;)".
|
||||
* DONE correct all instances of <unknown> in locations
|
||||
* TODO meta-commands must be followed by end-of-file
|
||||
* DONE meta-commands must be followed by end-of-file
|
||||
* TODO project code documentation
|
||||
* TODO project usage documentation
|
||||
* DONE in case of parse error, skip until next semicolon to better recover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue