roc/compiler/parse
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
..
benches Add simple benchmark for the parser: parse false-interpreter 2021-12-24 11:54:42 -08:00
fuzz bump bumpalo 2021-04-18 14:36:47 +02:00
src Refactor ParseProblem 2022-01-03 20:10:50 -08:00
tests Refactor ParseProblem 2022-01-03 20:10:50 -08:00
Cargo.toml Add simple benchmark for the parser: parse false-interpreter 2021-12-24 11:54:42 -08:00