You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The assumption breaks as soon as we call the data type rule from a normal parser rule without an assignment. I assume the solution would be to just ignore the result and store the CST created in the current AST node.
Discussed in #1357
Originally posted by drhagen January 25, 2024
If I have this grammar
and try to parse this file
I get an error "Expecting end of file but found 'person'".
If I replace
EOL
withNEWLINE
and deleteEOL
entirelythe file parses successfully. What am I missing something about Langium because I would have expected those to be equivalent?
The text was updated successfully, but these errors were encountered: