static string map

This commit is contained in:
2026-07-22 03:12:19 +02:00
parent 41c326c961
commit a4e6f96951
7 changed files with 123 additions and 9 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ Error :: enum {
}
SourceLocation :: struct {
file []u8
line usize
file []u8
line usize
column usize
}