Replies: 1 comment 2 replies
-
Hey @cdietrich, it seems like the parser (both normal, and completion parser) have trouble with the grammar due to the common prefix in the alternatives in this part of the code:
If you enforce that you must use a delimiter like in the following, everything seems to work as expected:
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.
-
we have a grammar like
with this model
content assist does not work. any idea how to workaround this problem?
Beta Was this translation helpful? Give feedback.
All reactions