got it compiling again (still quite a bit todo)

This commit is contained in:
2025-10-12 02:13:57 -04:00
parent 54ff97b6c1
commit 80846d035f
8 changed files with 123 additions and 24 deletions

View File

@@ -2,6 +2,7 @@ package grime
rune16 :: distinct u16
when false {
// Exposing the alloc_error
@(require_results)
string_to_runes :: proc ( content : string, allocator := context.allocator) -> (runes : []rune, alloc_error: Odin_AllocatorError) #optional_allocator_error {
@@ -36,3 +37,5 @@ string_to_runes_array :: proc( content : string, allocator := context.allocator
}
return runes, alloc_error
}
}