5
votes
2answers
384 views

Looking for the tool that generated JSON Rail-Road grammar descriptions

I am currently working on a little language, and I'd like to express its grammar more rigorously. I know about EBNF and it's great to generate parsers (Bison/Yacc), however it's not that easy to ...