add do wraps

This commit is contained in:
2025-06-05 23:08:10 +01:00
parent c0ee99fd54
commit 000845ab25
10 changed files with 163 additions and 50 deletions

View File

@@ -17,7 +17,8 @@ typedef enum {
AST_CALL,
AST_DECLARATION,
AST_NULL,
AST_BOOLEAN
AST_BOOLEAN,
AST_DOWRAP
} ValueType;
extern const char* ValueTypeNames[];