@fabric_v1/compiler
Version:
Fabric DSL compiler (parser, checker, IR & backends)
8 lines (7 loc) • 396 B
TypeScript
declare function peg$subclass(child: any, parent: any): void;
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$padEnd(str: any, targetLength: any, padString: any): any;
declare function peg$parse(input: any, options: any): any;