termNot method

void termNot(
  1. StreamChar char
)

Implementation

void termNot(StreamChar char) => addToken(char.toToken(TokenType.kNot));