Add invalid ast node id

This commit is contained in:
omicron 2025-04-01 15:06:42 +02:00
parent 68a41d035d
commit 4c7555dfd8

View File

@ -7,6 +7,8 @@
#include <stdint.h>
typedef enum node_id {
NODE_INVALID,
NODE_PROGRAM,
NODE_DIRECTIVE,
NODE_LABEL,