json-antlr-tools-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

JSON ANTLR Tools TS

CI NPM version License: MIT

JSON Typescript tools generated by ANTLR.

Install / Import

yarn add json-antlr-tools-ts
import * as JSONTools from "json-antlr-tools-ts";
// or
import {
	id,
	Lexer,
	Parser,
	Visitor,
	Listener,
	grammar,
	initialRule,
} from "json-antlr-tools-ts";

/json-antlr-tools-ts/

    Package Sidebar

    Install

    npm i json-antlr-tools-ts

    Weekly Downloads

    8

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    121 kB

    Total Files

    40

    Last publish

    Collaborators

    • nicolaval