UNPKG

tscc-compiler

Version:

An LALR(1) compiler compiler written in Typescript

4 lines 208 B
// All following modules are exported only for debugging export { compress } from './util/compress'; export { IntervalSet } from './util/interval-set'; export { createClassFinder } from './util/class-detect';