Marwes / combine

A parser combinator library for Rust
https://docs.rs/combine/*/combine/
MIT License
1.29k stars 93 forks source link

Outdated tutorial #339

Open arnau opened 2 years ago

arnau commented 2 years ago

Hi, I started following the tutorial and taking the lazy approach and copying the example verbatim fails with a couple errors including one where state::State does not exist.

Is this a matter of updating the tutorial to a new version of 'combine' or am I missing a step to make it work?

Marwes commented 2 years ago

Yeah, it needs updating. probably just some import paths that have changed. Since it is on the github wiki it isn't tested automatically.