Closed quadrupleslap closed 6 years ago
I don't know if replacing Parser::check with Parser::look_ahead is the right thing to do, though. Closes #34.
Parser::check
Parser::look_ahead
rustc 1.29.0-nightly (12ed235ad 2018-07-18)
Thanks! Looks to me like look_ahead is a good replacement.
I don't know if replacing
Parser::check
withParser::look_ahead
is the right thing to do, though. Closes #34.