roc/compiler/parse
Ayaz Hafiz a3ac68a41f
Split up Defs into TypeDef and ValueDef
Just a refactoring PR. This is useful because during canonicalization
we always process type defs first, then value defs. With abilities this
distinction continues to grow; in that case, we have patterns associated
with types that we want to process before patterns from values.
2022-04-06 22:18:57 -04:00
..
benches Add simple benchmark for the parser: parse false-interpreter 2021-12-24 11:54:42 -08:00
fuzz Remove leading newlines from code files 2022-02-13 14:55:34 -07:00
src Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
tests Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
Cargo.toml update versions to lockfile 2022-02-25 11:41:05 -08:00