feat(parser,ir,backend): Fully support func params and disable r0-r3 alloc temporarily

This commit is contained in:
2026-05-19 20:10:11 +08:00
parent a5b1cb6c9a
commit 3f64f1a965
6 changed files with 71 additions and 14 deletions
+4
View File
@@ -1096,4 +1096,8 @@ mod tests {
fn test_error() {
test_case("999");
}
#[test]
fn test_func() {
test_case("12-13,58-60");
}
}