logLexer top-level property

Parser<LogParser> logLexer
final

identifies logs

Implementation

final Parser<LogParser> logLexer =
    (string('log(') | string('.log(')).map((_) => LogParser());