unionOperatorLexer top-level property

Parser<UnionOperatorParser> unionOperatorLexer
final

identifies unionOperators

Implementation

final Parser<UnionOperatorParser> unionOperatorLexer =
    char('|').map((_) => UnionOperatorParser());