Added more definitions.

This commit is contained in:
Creeper Lv
2026-05-25 16:07:03 +10:00
parent bcff8b3859
commit 5be0fd7862
3 changed files with 144 additions and 0 deletions
+3
View File
@@ -62,6 +62,9 @@
*/
typedef struct Sag_Str{
char* head;
char* file;
uint64_t line;
uint64_t col; // The column where the string starts, counting from 0. This is used for error reporting and debugging purposes.
uint64_t start;
uint64_t length;
} Sag_Str;