roc/crates/compiler/parse
Joshua Warner 5f29402297
Give parser fuzzing some TLC
* The header + expr fuzzers can both be run again (header fuzzer had regressed).
* I ran the expr fuzzer for ~60 seconds with no additional panics uncovered
* "tab_crash" hit supposedly unreachable code in blankspace.rs - and I went to the liberty of dramatically simplifying all that code, rather than just trying to fix the bug
* Other failures were straight-forward error cases that should have been handled (and passed up the chain) instead of panicking
2022-12-11 08:39:52 -08:00
..
benches Fix parse benchmark and add a benchmark for parsing Num.roc, the largest builtin file 2022-12-10 11:14:17 -08:00
fuzz Give parser fuzzing some TLC 2022-12-11 08:39:52 -08:00
src Give parser fuzzing some TLC 2022-12-11 08:39:52 -08:00
tests Give parser fuzzing some TLC 2022-12-11 08:39:52 -08:00
Cargo.toml more workspace dependencies 2022-11-13 16:10:02 +01:00