Skip to content

DSL for parsing bas tag:client title:magic #2034

Answered by msujew
gaborbernat asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @gaborbernat,

I tried reproducing this in the playground and noticed that you're using Lexer.SKIPPED for the WhiteSpace token. This will completely discard the token from the token stream and prevents you from actually consuming it. After removing the group, everything seems to parse correctly :)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gaborbernat
Comment options

Answer selected by gaborbernat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2033 on June 20, 2024 22:46.