From 76cd1ba957e03ec27fb5a7eb496b9321689aed7a Mon Sep 17 00:00:00 2001 From: Niels Bross Date: Tue, 7 Oct 2025 16:48:30 +0200 Subject: [PATCH] Added a bunch more ensom stuff. Added function to static array. --- check.jai | 1 + module.jai | 1 + 2 files changed, 2 insertions(+) diff --git a/check.jai b/check.jai index 4cc5b15..d243d64 100644 --- a/check.jai +++ b/check.jai @@ -2630,3 +2630,4 @@ pretty_print_symbol_table :: (ctx : *Compiler_Context, allocator : Allocator) -> #import "Hash_Table"; #import "String"; #import "Random"; +#import "Static_Array"; diff --git a/module.jai b/module.jai index 7c3fdb1..45bf1c9 100644 --- a/module.jai +++ b/module.jai @@ -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