antlr4-js-min
v1.0.3
Published
The minified/concatenated antlr4 javascript package
Downloads
5
Maintainers
Readme
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