implement pattern calling

This commit is contained in:
2026-04-27 18:17:19 +08:00
parent a28dfada30
commit fe96f6d9c5
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,
}