All ast-like things should be branches of Ast
#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Pattern
PairPattern
Done:
9542dcf5e2