firstLexer top-level property

Parser<FirstParser> firstLexer
final

identifies firsts

Implementation

final Parser<FirstParser> firstLexer = (string('first()') | string('.first()'))
    .map((_) => FirstParser());