kach / nearley

📜🔜🌲 Simple, fast, powerful parser toolkit for JavaScript.
https://nearley.js.org
MIT License
3.6k stars 230 forks source link

--nojs omits lexers too #294

Open tjvr opened 7 years ago

tjvr commented 7 years ago

Should we perhaps have a "no postprocessors" option instead?

From #292:

I had already deleted the postprocessor logic to make sure that it wasn't obscuring the answer (the nojs flag throws away my lexer so I can't use that).

tjvr commented 7 years ago

What do you think, @Hardmath123? :-)