UNPKG

@runtimeverificationinc/tsk

Version:

TypeScript/JavaScript library for K Framework functionality

16 lines (15 loc) 350 B
import { KInner, KLabel } from "./inner"; export declare class KAstParser { private _it; private _la; constructor(text: Iterable<string>); private _consume; private _match; private _unexpectedToken; eof(): boolean; k(): KInner; kitem(): KInner; klabel(): KLabel; klist(): KInner[]; private _unquote; }