termIf method

void termIf(
  1. StreamChar char
)

Implementation

void termIf(StreamChar char) => addToken(char.toToken(TokenType.kIf));