summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorLorenzo Torres <lorenzotorres@outlook.it>2026-06-16 14:05:40 +0200
committerLorenzo Torres <lorenzotorres@outlook.it>2026-06-16 14:05:40 +0200
commit163664d2065cc2e8c61a25db1537934315b286cb (patch)
treed65b2fec3ae79218017b74fc15e5e7dbad1596d0 /parser.h
parent6c9d0f7fad1d96796efef43a6db7eef6df8de054 (diff)
rename project to xccHEADmaster
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index 4c750cf..9c5cc71 100644
--- a/parser.h
+++ b/parser.h
@@ -3,6 +3,7 @@
#include <stdint.h>
#include <stddef.h>
+#include "lexer.h"
typedef enum {
NODE_START,