JSPM

  • Created
  • Published
  • Downloads 45315
  • Score
    100M100P100Q152678F
  • License BSD-3-Clause

ANTLR 4 command line tool for TypeScript

Package Exports

  • antlr4ts-cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (antlr4ts-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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 file in the project root for license information.

Stability 1 - Experimental. ⚠️
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