powerLexer top-level property
identifies powers
Implementation
final Parser<PowerParser> powerLexer =
(string('power(') | string('.power(')).map((_) => PowerParser());
identifies powers
final Parser<PowerParser> powerLexer =
(string('power(') | string('.power(')).map((_) => PowerParser());