more macros

This commit is contained in:
2024-12-23 21:52:35 +02:00
parent dcf7e86ba7
commit ef3ef64abd
7 changed files with 61 additions and 20 deletions

2
ast.h
View File

@@ -481,7 +481,7 @@ typedef enum {
AST_NODE_TAG_ERROR_UNION,
} AstNodeTag;
typedef int32_t AstTokenIndex;
typedef uint32_t AstTokenIndex;
typedef uint32_t AstNodeIndex;
typedef uint32_t AstIndex;