truncateLexer top-level property
identifies truncates
Implementation
final Parser<TruncateParser> truncateLexer =
(string('truncate()') | string('.truncate()')).map(
(_) => TruncateParser.empty(),
);
identifies truncates
final Parser<TruncateParser> truncateLexer =
(string('truncate()') | string('.truncate()')).map(
(_) => TruncateParser.empty(),
);