todayLexer top-level property
identifies todays
Implementation
final Parser<TodayParser> todayLexer = (string('today()') | string('.today()'))
.map((_) => TodayParser());
identifies todays
final Parser<TodayParser> todayLexer = (string('today()') | string('.today()'))
.map((_) => TodayParser());