repeat method

void repeat(
  1. StreamChar char
)

Implementation

void repeat(StreamChar char) => addToken(char.toToken(TokenType.kRepeat));