termIn method

void termIn(
  1. StreamChar char
)

Implementation

void termIn(StreamChar char) => addToken(char.toToken(TokenType.kIn));