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
I am trying to use xgrammar for one of my research projects. Is the EBNF-guided generation supported for any CFG represented in EBNF or are there any grammar constraints I should be aware of?
Thank you for your time! Looking forward to a response soon.
The text was updated successfully, but these errors were encountered:
Hi @tanvisharma, now XGrammar theoretically supports any EBNF. Now left recursion (#126) is not supported, and the grammar had better not produce many non-deterministic stacks during parsing (see more in #127 (comment)). We are also enhancing our parser impl to further reduce the limitation.
Hello,
I am trying to use xgrammar for one of my research projects. Is the EBNF-guided generation supported for any CFG represented in EBNF or are there any grammar constraints I should be aware of?
Thank you for your time! Looking forward to a response soon.
The text was updated successfully, but these errors were encountered: