Replies: 1 comment 4 replies
-
Hey @cdietrich, in theory yes, a In the future I hope to refactor a lot of the parsing mechanism, see also #1742. Exposing more of the existing Chevrotain API is also part of that. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given a grammar
QUALIFIED_PATH will always eat up the complete FQN on e.g.
field<a.b.Myclass.myfield>
is there a way to tell chevrotain to backtrack?
Beta Was this translation helpful? Give feedback.
All reactions