Why implicit whitespace doesn't not separate rules? #946
-
I have the following grammar. |
Beta Was this translation helpful? Give feedback.
Answered by
NyalephTheCat
Nov 10, 2023
Replies: 1 comment 1 reply
-
It's probably because var doesn't have an @ at the start to say that is it a rule without whitespace You should have |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Shatur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's probably because var doesn't have an @ at the start to say that is it a rule without whitespace
You should have
var = @{ ASCII_ALPHA+ }