zaach / jison

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

Added support for ES2015 module generation #326

Open GabrielRatener opened 8 years ago

GabrielRatener commented 8 years ago

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

petermoresi commented 6 years ago

+1

matthijsgroen commented 5 years ago

@zaach any update on this?

GabrielRatener commented 5 years ago

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.

liqiang372 commented 5 years ago

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