repeatLexer top-level property
identifies repeats
Implementation
final Parser<RepeatParser> repeatLexer =
(string('repeat(') | string('.repeat(')).map((_) => RepeatParser());
identifies repeats
final Parser<RepeatParser> repeatLexer =
(string('repeat(') | string('.repeat(')).map((_) => RepeatParser());