Trace execution of the parser.

interface ParserTracer {
    trace: ((event: ParserTracerEvent) => void);
}

Properties

Properties

trace: ((event: ParserTracerEvent) => void)