termDo method

void termDo(
  1. StreamChar char
)

Implementation

void termDo(StreamChar char) => addToken(char.toToken(TokenType.kDo));