floorLexer top-level property
identifies floors
Implementation
final Parser<FloorParser> floorLexer = (string('floor()') | string('.floor()'))
.map((_) => FloorParser());
identifies floors
final Parser<FloorParser> floorLexer = (string('floor()') | string('.floor()'))
.map((_) => FloorParser());