Operators initially working! Problems with untyped literals
This commit is contained in:
@@ -115,3 +115,14 @@ global Ast_Type *untyped_string = &type__untyped_string;
|
||||
global Ast_Type *untyped_bool = &type__untyped_bool;
|
||||
global Ast_Type *untyped_int = &type__untyped_int;
|
||||
global Ast_Type *untyped_float = &type__untyped_float;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Time records
|
||||
//-----------------------------------------------------------------------------
|
||||
global F64 generating_time_begin;
|
||||
global F64 generating_time_end;
|
||||
global F64 resolving_time_begin;
|
||||
global F64 resolving_time_end;
|
||||
global F64 total_time;
|
||||
global F64 init_ctx_time_begin;
|
||||
global F64 init_ctx_time_end;
|
||||
|
||||
Reference in New Issue
Block a user