andStringLexer top-level property

Parser<AndStringParser> andStringLexer
final

identifies andStrings

Implementation

final Parser<AndStringParser> andStringLexer = string(
  ' and ',
).map((_) => AndStringParser());