parsing error for comment followed by label #10

Closed
opened 2025-04-08 20:20:10 +00:00 by omicron · 1 comment
Owner

The following minimal example fails to parse.

;
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.

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
Author
Owner

Fixed by #11

Fixed by #11
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: omicron/oas#10
No description provided.