Parser constructor

Parser(
  1. List<Token> _tokens
)

Implementation

Parser(this._tokens);