termTrue method

void termTrue(
  1. StreamChar char
)

Implementation

void termTrue(StreamChar char) => addToken(char.toToken(TokenType.kTrue));