Begin work on builtin procedures

This commit is contained in:
gingerBill
2023-07-22 10:16:28 +01:00
parent 4654b41c3e
commit eec3b3009f
7 changed files with 637 additions and 9 deletions
+2 -1
View File
@@ -607,7 +607,8 @@ gb_internal cgValue cg_build_call_expr_internal(cgProcedure *p, Ast *expr) {
}
return {};
}
GB_PANIC("TODO(bill): builtin procs %d %.*s", id, LIT(builtin_procs[id].name));
return cg_build_builtin(p, id, expr);
}
// NOTE(bill): Regular call