roc/crates/compiler/parse
Joshua Warner 550113df67
Fix some bugs found via fuzzing
* Keywords need to still be recognized if they're followed by ',' as well as a bunch of other operator characters. Notably missing from this list is '-', since that would mess up expect-fx currently.
* Smattering of niche cases of formatting bugs (either non-idempotency, leading to different code, or leading to unparsable code)
* One missing indent call in fmt_collection leading to a panic
2024-11-15 21:33:44 -08:00
..
benches cli tests refactoring progress 2024-10-11 20:54:31 +02:00
src Fix some bugs found via fuzzing 2024-11-15 21:33:44 -08:00
tests Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
Cargo.toml Remove deprecated roc_collections::soa things 2024-10-21 23:17:20 -04:00