termAnd method

void termAnd(
  1. StreamChar char
)

Implementation

void termAnd(StreamChar char) => addToken(char.toToken(TokenType.kAnd));