/** * Parsing module. This provides integrations with ANTLR, specifically the `antlr4ng` implementation, which is thus * a required dependency if you use this module. * @module */ export * from "./ast-parser"; export * from "./parse-tree"; export * from "./parsing"; export * from "./tylasu-parser";