jison icon indicating copy to clipboard operation
jison copied to clipboard

Added support for ES2015 module generation

Open GabrielRatener opened this issue 8 years ago • 4 comments

Added the ability to generate static ES2015 modules under the es module option.

GabrielRatener avatar Apr 04 '16 09:04 GabrielRatener

+1

petermoresi avatar Jan 25 '18 17:01 petermoresi

@zaach any update on this?

matthijsgroen avatar Nov 06 '18 13:11 matthijsgroen

Just to put it out there I'm developing my own LR parser-generator for JS if anybody is interested.

https://github.com/GabrielRatener/crane-js

I've already developed a complete programming language with it that you can check out here.

I WILL welcome your feedback, and I WON'T ignore your issues or pull requests.

GabrielRatener avatar Nov 06 '18 21:11 GabrielRatener

Any reason not merging this pr? is Jison still under active maintenance?

liqiang372 avatar Feb 23 '19 01:02 liqiang372