1.0.3 • Published 10 years ago

antlr4-js-min v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

antlr4 minified javascript

This repository only has the concatenated and uglified files of antlr4. Because of the way antlr4 javascript was made, it uses a module loader to load a lot of files, which requires a lot of HTTP requests. Sadly, the official repo doesn't provide a minified version. You can get it from here :)

Installation

$ npm install antlr4-js-min --save

License

MIT © Mircea Pop