implement pattern calling

This commit is contained in:
2026-04-27 18:17:19 +08:00
parent c85423ae79
commit 260bea9ff1
4 changed files with 77 additions and 10 deletions
+3
View File
@@ -242,6 +242,9 @@ pub enum PrimOpPhase {
ForceResultShallowLoop,
ForceResultDeepFinish,
// TODO: split into separate enums
CallPattern,
Illegal,
}