CensoredUsername / dynasm-rs

A dynasm-like tool for rust.
https://censoredusername.github.io/dynasm-rs/language/index.html
Mozilla Public License 2.0
720 stars 54 forks source link

Get it building on the latest nightly. #35

Closed quadrupleslap closed 6 years ago

quadrupleslap commented 6 years ago

I don't know if replacing Parser::check with Parser::look_ahead is the right thing to do, though. Closes #34.

rustc 1.29.0-nightly (12ed235ad 2018-07-18)
CensoredUsername commented 6 years ago

Thanks! Looks to me like look_ahead is a good replacement.