traceLexer top-level property

Parser<TraceParser> traceLexer
final

identifies traces

Implementation

final Parser<TraceParser> traceLexer = (string('trace(') | string('.trace('))
    .map((_) => TraceParser.empty());