unionFunctionLexer top-level property
identifies unionFunctions
Implementation
final Parser<UnionFunctionParser> unionFunctionLexer =
(string('union(') | string('.union('))
.map((_) => UnionFunctionParser.empty());
identifies unionFunctions
final Parser<UnionFunctionParser> unionFunctionLexer =
(string('union(') | string('.union('))
.map((_) => UnionFunctionParser.empty());