UNPKG

@thi.ng/pointfree-lang

Version:

Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL

8 lines 217 B
export declare class SyntaxError { message: string; expected: string; found: any; location: any; } export declare function parse(input: string, options?: any): any; //# sourceMappingURL=parser.d.ts.map