I wrote a JSON Schema for the AST produced by the grammar parser #190
thehappycheese
started this conversation in
Show and tell
Replies: 3 comments 5 replies
-
Interesting. Are you just using this internally, or do you see some use that down-stream language-agnostic tools might find for it? For example, having an external tool do optimization transforms or code generation? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'd like to leave this issue open until we decide if we want to take Mingun/pegjs@a54b949 here. If so, I'll want to add a |
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
-
Hi All,
I am working on a port of peggy to python. In my travels I have created the following JSON Schema which I think may be helpful to other tinkerers / test builders of the future. I am not 100% sure the schema is correct or optimal, but I found the process of creating it helpful for my understanding.
Thank you all for your work 🖖:).
Beta Was this translation helpful? Give feedback.
All reactions