feat(grammar): meta-commands must be followed by end-of-file

This commit is contained in:
Khaïs COLIN 2025-06-03 22:00:52 +02:00
parent 64d93e9a27
commit 33c4edf91d
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
5 changed files with 90 additions and 44 deletions

View file

@ -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