add item access

This commit is contained in:
2025-11-26 03:07:06 +00:00
parent 94b86fc416
commit f3912ae49f
22 changed files with 383 additions and 119 deletions

View File

@@ -40,6 +40,7 @@ typedef enum {
AST_NUMBER,
AST_IF,
AST_ACCESS,
AST_ITEM_ACCESS,
AST_CALL,
AST_DECLARATION,
AST_NULL,