UNPKG

llparse

Version:

Compile incremental parsers to C code

7 lines (6 loc) 251 B
import * as frontend from 'llparse-frontend'; import { Compilation } from '../compilation'; import { Field } from './field'; export declare class Load extends Field<frontend.code.Load> { protected doBuild(ctx: Compilation, out: string[]): void; }