notEquivalentLexer top-level property

Parser<NotEquivalentParser> notEquivalentLexer
final

identifies notEquivalents

Implementation

final Parser<NotEquivalentParser> notEquivalentLexer = string(
  '!~',
).map((_) => NotEquivalentParser());