UNPKG

llparse

Version:

Compile incremental parsers to C code

6 lines (5 loc) 196 B
import * as frontend from 'llparse-frontend'; import { Error as ErrorNode } from './error'; export declare class Pause extends ErrorNode<frontend.node.Pause> { doBuild(out: string[]): void; }