roundLexer top-level property

Parser<RoundParser> roundLexer
final

identifies rounds

Implementation

final Parser<RoundParser> roundLexer = (string('round(') | string('.round('))
    .map((_) => RoundParser.empty());