tokens method

List<Token> tokens()

Implementation

List<Token> tokens() {
  lexer.run();
  return lexer.tokens;
}