turn access into a function to be ran at runtime

This commit is contained in:
2025-08-10 01:45:46 +01:00
parent ad3e31b0a2
commit 49b1c1858a
14 changed files with 196 additions and 636502 deletions

View File

@@ -13,6 +13,9 @@ typedef struct {
ParsedValue to_access;
bool access_fields;
DArray access;
size_t line;
size_t column;
size_t length;
} ParsedAccess;
// Function declaration for parsing an identifier