Parser constructor

Parser(
  1. TokenStream _input
)

Implementation

Parser(this._input) {
  reset(false);
}