1.0.3 • Published 9 months ago

@making-sense/vtl-2-1-antlr-tools-ts v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

VTL 2.1 ANTLR Tools TS

CI NPM version License: MIT

VTL 2.1 Typescript tools generated by ANTLR.

Install / Import

yarn add @making-sense/vtl-2-1-antlr-tools-ts
import * as VTLTools from "@making-sense/vtl-2-1-antlr-tools-ts";
// or
import {
	id,
	Lexer,
	Parser,
	Visitor,
	Listener,
	grammar,
	initialRule,
} from "@making-sense/vtl-2-1-antlr-tools-ts";
1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago