This commit is contained in:
2025-08-05 21:51:03 +08:00
parent 7afb2a7b1c
commit 64f650b695
12 changed files with 288 additions and 86 deletions

View File

@@ -29,6 +29,7 @@ ir! {
ArgRef(ArgIdx),
}
#[derive(Debug, Clone, Copy)]
pub enum LookupResult {
Expr(ExprId),
Arg(ArgIdx),