Added a bunch more ensom stuff. Added function to static array.
This commit is contained in:
@@ -2630,3 +2630,4 @@ pretty_print_symbol_table :: (ctx : *Compiler_Context, allocator : Allocator) ->
|
||||
#import "Hash_Table";
|
||||
#import "String";
|
||||
#import "Random";
|
||||
#import "Static_Array";
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#load "codegen.jai";
|
||||
|
||||
#import "File_Utilities";
|
||||
#import "Static_Array";
|
||||
|
||||
/* TODO
|
||||
- [x] Remove builtin stringbuilding and replace it with ad-hoc string building when error reporting. In that case we are already building a string anyway, so we can just pass in the string builder
|
||||
|
||||
Reference in New Issue
Block a user