visual editor for superpowers that parses to executable xml
Shadowblitz16 opened this issue · 2 comments
Shadowblitz16 commented
I think superpower should get some sort of gui that you can design your own language and export it to executable xml or json.
this would make it stand out from other parser libraries and make it more friendly.
nblumhardt commented
Thanks for the suggestion! 👍 Priorities and time constraints make this infeasible right now, but it'd be neat to hear about any projects along these lines. Cheers!
driekus77 commented
I had more or less the same idea to get (E)BNF out of my TokenListParser collection in order to generate a syntax diagram or something else.
But this begins with if the TokenListParser provides META information? I can't find any or looking wrong?