import * as antlr from './antlr-core'; export function compile(config: any) { return antlr.compile(config); }