Replies: 2 comments
|
Looks like something like that is not available, per #56. |
0 replies
|
The ANTLR4 grammar is available in the grammar folder. It is meant as a reference documentation for the query language but can be used to create an alternate parser. It may not be 100% correct. Please report issues. |
0 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.
Hello,
Let's say someone want to create a parser for non C# language (e.g., something for https://github.com/antlr/antlr4 ). Do you have a grammar for KQL, which this person could use? It could be Backus–Naur form, or something else.
All reactions