aiken/crates/aiken-lang
KtorZ ed85cb1c00
Fix todo/error parsing
This was a bit more tricky than anticipated but played out nicely in
  the end. Now we have one holistic way of parsing todos and errors
  instead of it being duplicated between when/clause and sequence. The
  error/todo parser has been moved up to the expression part rather than
  being managed when parsing sequences. Not sure what motivated that to
  begin with.

  Fixes #621.
2023-07-05 20:12:57 +02:00
..
src Fix todo/error parsing 2023-07-05 20:12:57 +02:00
Cargo.toml feat: finish splitting up parsers 2023-07-04 17:19:28 -04:00