UNPKG

mollu-lang-web

Version:
11 lines (10 loc) 291 B
import { tokenlist } from "./token"; export declare class repl { private static _repl; static repl_tokenlist: tokenlist; static repl_idx: number; static repl_comment: number; static isRepl(): boolean; static startRepl(): void; static endRepl(): void; }