termFor method

void termFor(
  1. StreamChar char
)

Implementation

void termFor(StreamChar char) => addToken(char.toToken(TokenType.kFor));