UNPKG

lisp-js-compiler

Version:

JavaScript compiler / interpreter for Lisp language

4 lines (3 loc) 184 B
export declare function parse(tokens: any): any; export declare function getPath(path: any, tree: any): any; export declare function setPath(value: any, path: any, tree: any): any;