Parser constructor

Parser(
  1. List<Token> tokens
)

Implementation

Parser(this.tokens);