floorLexer top-level property

Parser<FloorParser> floorLexer
final

identifies floors

Implementation

final Parser<FloorParser> floorLexer = (string('floor()') | string('.floor()'))
    .map((_) => FloorParser());