zaach / jison

Bison in JavaScript.
http://jison.org
4.35k stars 448 forks source link

Generating code from parser result and grammar #395

Open M0dM opened 4 years ago

M0dM commented 4 years ago

Hi,

I am already using jison as a parser generator and it is just very awesome. I am wondering if I would be difficult or not to do the reverse process.

It would be great to be able to use jison with an input and output grammars to translate a structured text from one format to another.

Does anyone have an opinion about this ?

Regards,

M0dM