start supporting identifiers in bytecode

This commit is contained in:
2025-07-06 03:19:30 +01:00
parent 886599c9c5
commit 5c0ced5e45
8 changed files with 33 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
typedef struct {
ParsedValue to_access;
bool access_fields;
DArray access;
} ParsedAccess;