I haven't investigated yet but I suspect the problem is parse doesn't skip past trivia if the head of the tokenlist is trivia.
The following minimal example fails to parse.
```asm
;
lbl:
```
I haven't investigated yet but I suspect the problem is parse doesn't skip past trivia if the head of the tokenlist is trivia.
omicron
added the bug label 2025-04-08 20:20:10 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The following minimal example fails to parse.
I haven't investigated yet but I suspect the problem is parse doesn't skip past trivia if the head of the tokenlist is trivia.
Fixed by #11