https://github.com/voodooattack/antlr4ts-cli-esm
https://github.com/voodooattack/antlr4ts-cli-esm
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voodooattack/antlr4ts-cli-esm
- Owner: voodooattack
- License: other
- Created: 2023-01-16T12:49:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T12:50:12.000Z (about 3 years ago)
- Last Synced: 2025-03-02T11:39:56.139Z (12 months ago)
- Language: Java
- Size: 3.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# antlr4ts-cli -- TypeScript/JavaScript target code generator for ANTLR 4
> Copyright 2016 The ANTLR Project. All rights reserved.
>
> Licensed under the BSD-3-Clause license. See [LICENSE](./LICENSE) file in the project root for license information.
Stability 1 - Experimental. :warning:
This feature was introduced recently, and may change or be removed in the future.
#Installation
`npm install -g antlr4ts-cli`
You may also install a copy of this local to your package using this command:
`npm install --save-dev antlr4ts-cli`
This is a NPM wrapper of a ANTLR 4 code generation tool for TypeScript. The actual tool is written in Java, so you will need
to have a modern version of Java (>= JRE 1.6) to use it. One installed, this command may be used for more information:
```
antlr4ts
```
For general See general information about ANTLR see http://www.antlr.org