upperLexer top-level property
identifies uppers
Implementation
final Parser<UpperParser> upperLexer =
(string('upper()') | string('.upper()')).map((_) => UpperParser());
identifies uppers
final Parser<UpperParser> upperLexer =
(string('upper()') | string('.upper()')).map((_) => UpperParser());