add dictionaries and add accessing with a value

This commit is contained in:
2025-06-12 04:37:07 +01:00
parent f8207702e1
commit b05408ebec
10 changed files with 190 additions and 38 deletions

View File

@@ -4,8 +4,8 @@
#include "../../../lexer/token.h" // for Token
typedef struct {
ParsedValue * to_access;
char * access;
ParsedValue to_access;
DArray access;
} ParsedAccess;
// Function declaration for parsing an identifier