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

View File

@@ -594,6 +594,7 @@ gb_global Type *t_untyped_uninit = &basic_types[Basic_UntypedUninit];
gb_global Type *t_u8_ptr = nullptr;
gb_global Type *t_u8_multi_ptr = nullptr;
gb_global Type *t_int_ptr = nullptr;
gb_global Type *t_i64_ptr = nullptr;
gb_global Type *t_f64_ptr = nullptr;