Replies: 2 comments
-
There is not build in way of doing this at the moment, but it is somewhat trivial to write your own Lark grammar to match your EBNF syntax and then convert to lalr. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Turn EBNF into Lark (using Lark, ofc)? Sounds like a fun idea! now I just need the grammar specification for the grammar specification 😆 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I created the EBNF of a query language completely in the format e.g.:
this EBNF format works fine with some editors and verifying tools as
quasi default
.Is there a way to transform this syntax to LARK's definition syntax?
Thanks,
Friedhold
Beta Was this translation helpful? Give feedback.
All reactions