Possible to generate EBNF from a parser? #383
jessegrosjean
started this conversation in
General
Replies: 1 comment 1 reply
-
Gonna convert this to a discussion since it's not an issue with the library. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have a parser, now I'm wondering if I can generate EBNF from this parser.
I realize that the generation will be imperfect because of possibly of custom code, but it seems like the information is there to generate most of the high level structure, I'm just not sure how to extract it in a systematic way.
Anyone have thoughts or pointers on how I might do this?
Beta Was this translation helpful? Give feedback.
All reactions