roc/docs
Joshua Warner f22f96843e Refactor ParseProblem
* Remove the `pos` field, which was always being assigned Position::default()
* Remove one use of this `pos`, by removing the never-used SyntaxError::ConditionFailed variant
* Adjust the other use to do what was probably intended - which is to say, pointing to the beginning of the def with the error
* Rename to FileError, reuse `SourceError` as an inner field, to avoid duplicating the `bytes`
2022-01-03 20:10:50 -08:00
..
src Refactor ParseProblem 2022-01-03 20:10:50 -08:00
tests Rename base package to pf everywhere, to match tutorial 2021-12-12 05:57:39 -07:00
.gitignore Load docs from files 2020-09-27 19:40:54 -03:00
Cargo.toml Make versions numbers consistent and matching the lock files 2021-11-06 13:24:45 -07:00