UNPKG

swift-pattern-compiler

Version:

A compiler which transforms SWIFT patterns to an object representation with additional information's.

5 lines (4 loc) 160 B
export { compiler } from "./compiler"; export { generator } from "./generator"; export { parser } from "./parser"; export { tokenizer } from "./tokenizer";