1.0.0-rc2 • Published 3 years ago

@inseefr/vtl-2.1-antlr-tools v1.0.0-rc2

Weekly downloads
24
License
MIT
Repository
github
Last release
3 years ago

VTL 2.1 Antlr tools

Usage

Download the library from npm:

yarn add @inseefr/vtl-2.1-antlr-tools

Import all the tools:

import * as VTL21AntlrTools from '@inseefr/vtl-2.1-antlr-tools';

Or import the required objects directly one by one:

import {
	VtlLexer,
	VtlParser,
	VtlListener,
	VtlVisitor,
} from '@inseefr/vtl-2.1-antlr-tools';