2015-06-26 04:18:35 +08:00
|
|
|
# JavaScript target for ANTLR 4
|
|
|
|
|
|
|
|
JavaScript runtime libraries for ANTLR 4
|
|
|
|
|
|
|
|
This runtime is available through npm. The package name is 'antlr4'.
|
|
|
|
|
|
|
|
This runtime has been tested in Node.js, Safari, Firefox, Chrome and IE.
|
|
|
|
|
|
|
|
See www.antlr.org for more information on ANTLR
|
|
|
|
|
2020-02-07 20:57:20 +08:00
|
|
|
See [Javascript Target](https://github.com/antlr/antlr4/blob/master/doc/javascript-target.md)
|
|
|
|
for more information on using ANTLR in JavaScript
|
|
|
|
|
2020-11-27 08:01:52 +08:00
|
|
|
This runtime requires node version >= 14, the first version to officially support ES semantics.
|
2020-02-07 20:57:20 +08:00
|
|
|
|
2020-11-27 08:01:52 +08:00
|
|
|
ANTLR 4 runtime is available in 10 target languages, and favors consistency of versioning across targets.
|
|
|
|
As such it cannot follow recommended NPM semantic versioning.
|
|
|
|
If you install a specific version of antlr4, we strongly recommend you remove the corresponding ^ in your package.json.
|
2020-02-07 20:57:20 +08:00
|
|
|
|
2020-11-27 08:01:52 +08:00
|
|
|
|
2020-02-07 20:57:20 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
2015-06-26 04:18:35 +08:00
|
|
|
|
|
|
|
|