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
+1
View File
@@ -1114,6 +1114,7 @@ gb_internal void init_universal(void) {
t_u8_ptr = alloc_type_pointer(t_u8);
t_u8_multi_ptr = alloc_type_multi_pointer(t_u8);
t_int_ptr = alloc_type_pointer(t_int);
t_i64_ptr = alloc_type_pointer(t_i64);
t_f64_ptr = alloc_type_pointer(t_f64);