mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 00:16:47 +00:00
Implement basic runtime type information
This allows for `runtime.println_any` to work!
This commit is contained in:
@@ -267,8 +267,7 @@ gb_internal cgValue cg_build_builtin(cgProcedure *p, BuiltinProcId id, Ast *expr
|
||||
pos = e->token.pos;
|
||||
|
||||
}
|
||||
GB_PANIC("TODO(bill): cg_emit_source_code_location_as_global");
|
||||
// return cg_emit_source_code_location_as_global(p, procedure, pos);
|
||||
return cg_emit_source_code_location_as_global(p, procedure, pos);
|
||||
} break;
|
||||
|
||||
case BuiltinProc_len: {
|
||||
|
||||
Reference in New Issue
Block a user