aiken/crates/aiken-lang
KtorZ a306d6e9f2
Move chain and chained parsing into their own submodule
Alleviate a bit more the top-level expression parser. Note that we
probably need a bit more disciplined in what we export and at what level
because there doesn't seem to be much logic as for whether a parser is
private, exported to the crate only or to the wide open. I'd be in favor
of exporting everything by default.
2023-07-05 15:18:07 +02:00
..
src Move chain and chained parsing into their own submodule 2023-07-05 15:18:07 +02:00
Cargo.toml feat: finish splitting up parsers 2023-07-04 17:19:28 -04:00