todayLexer top-level property

Parser<TodayParser> todayLexer
final

identifies todays

Implementation

final Parser<TodayParser> todayLexer =
    (string('today()') | string('.today()')).map((_) => TodayParser());