roundLexer top-level property
identifies rounds
Implementation
final Parser<RoundParser> roundLexer = (string('round(') | string('.round('))
.map((_) => RoundParser.empty());
identifies rounds
final Parser<RoundParser> roundLexer = (string('round(') | string('.round('))
.map((_) => RoundParser.empty());