VTL 2.0 Antlr tools
Usage
Download the library from npm:
yarn add @inseefr/vtl-2.0-antlr-tools
Import all the tools:
import * as VTL20AntlrTools from '@inseefr/vtl-2.0-antlr-tools';
Or import the required objects directly one by one:
import {
VtlLexer,
VtlParser,
VtlListener,
VtlVisitor,
} from '@inseefr/vtl-2.0-antlr-tools';