Replies: 1 comment 2 replies
-
Hey @anderay,
I don't think it's solvable on the parser level.
There are definitely ways to solve this generically. You can generically iterate through the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If we change Hello example this way
Person: 'person' name=ID 'age' age=INT;
then following example is perfectly valid
any possibility (more generic, parser level) other than "validation rule that ensures this based on the CST" mentioned in #1447?
Beta Was this translation helpful? Give feedback.
All reactions