UNPKG

lisp-js-compiler

Version:

JavaScript compiler / interpreter for Lisp language

8 lines (7 loc) 344 B
export declare const openListDelimiters: string[]; export declare const closeListDelimiters: string[]; export declare const listDelimiters: string[]; export declare const stopChars: string[]; export declare const avoidChars: string[]; export declare const stringDelimiters: string[]; export declare const tokenize: (code: any) => any[];