more parser

This commit is contained in:
2024-12-31 19:14:12 +02:00
parent 3264d1747e
commit 85dfbe9d09
4 changed files with 136 additions and 126 deletions

View File

@@ -4,7 +4,7 @@
#include <stdbool.h>
#include <stdint.h>
#define TOKENIZER_FOREACH_TAG_ENUM(TAG) \
#define TOKENIZER_FOREACH_TAG_ENUM(TAG) \
TAG(TOKEN_INVALID) \
TAG(TOKEN_INVALID_PERIODASTERISKS) \
TAG(TOKEN_IDENTIFIER) \