All ast-like things should be branches of Ast #17

Closed
opened 2024-12-10 04:34:56 +00:00 by scott · 1 comment
Owner

For validation to work in a meaningful way with lifetimes and ownership, I really need everything that's subject to AST validation to be branches of the Ast enum. This is annoying to change but not the end of the world.

  • WhenClause
  • MatchClause
  • all branches of Pattern
  • PairPattern
For validation to work in a meaningful way with lifetimes and ownership, I really need everything that's subject to AST validation to be branches of the `Ast` enum. This is annoying to change but not the end of the world. * [x] `WhenClause` * [x] `MatchClause` * [x] all branches of `Pattern` * [x] `PairPattern`
Author
Owner

Done: 9542dcf5e2

Done: https://alea.ludus.dev/scott/rudus/commit/9542dcf5e2fbf1c4d48c02f630e38dd83d9394a1
scott closed this issue 2024-12-11 05:21:25 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: scott/rudus#17
No description provided.