Add invalid ast node id
This commit is contained in:
parent
126905a092
commit
a298e99895
@ -7,6 +7,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef enum node_id {
|
typedef enum node_id {
|
||||||
|
NODE_INVALID,
|
||||||
|
|
||||||
NODE_PROGRAM,
|
NODE_PROGRAM,
|
||||||
NODE_DIRECTIVE,
|
NODE_DIRECTIVE,
|
||||||
NODE_LABEL,
|
NODE_LABEL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user