UNPKG

@fabric_v1/compiler

Version:

Fabric DSL compiler (parser, checker, IR & backends)

7 lines (6 loc) 319 B
declare function peg$SyntaxError(message: any, expected: any, found: any, location: any): Error; declare namespace peg$SyntaxError { var buildMessage: (expected: any, found: any) => string; } declare function peg$parse(input: any, options: any): void; export { peg$SyntaxError as SyntaxError, peg$parse as parse };