Operators initially working! Problems with untyped literals
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
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;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Constructors
|
||||
//-----------------------------------------------------------------------------
|
||||
function void
|
||||
lex_init(Allocator *token_string_arena, Allocator *map_allocator, Lexer *l){
|
||||
l->arena = token_string_arena;
|
||||
|
||||
Reference in New Issue
Block a user