termOr method

void termOr(
  1. StreamChar char
)

Implementation

void termOr(StreamChar char) => addToken(char.toToken(TokenType.kOr));