ton-assembly
Version:
TON assembler and disassembler
9 lines • 485 B
TypeScript
declare class peg$SyntaxError extends SyntaxError {
constructor(message: any, expected: any, found: any, location: any);
format(sources: any): string;
static buildMessage(expected: any, found: any): string;
}
declare function peg$parse(input: any, options: any): {} | undefined;
declare const peg$allowedStartRules: string[];
export { peg$allowedStartRules as StartRules, peg$SyntaxError as SyntaxError, peg$parse as parse };
//# sourceMappingURL=grammar.gen.pegjs.d.ts.map