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. |
||
|---|---|---|
| .. | ||
| snapshots | ||
| when | ||
| anonymous_binop.rs | ||
| anonymous_function.rs | ||
| assignment.rs | ||
| block.rs | ||
| bytearray.rs | ||
| chained.rs | ||
| error_todo.rs | ||
| if_else.rs | ||
| int.rs | ||
| list.rs | ||
| mod.rs | ||
| record.rs | ||
| record_update.rs | ||
| sequence.rs | ||
| string.rs | ||
| tuple.rs | ||
| var.rs | ||