aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser.h
diff options
context:
space:
mode:
authorc2024-02-24 09:45:44 -0500
committerc2024-02-24 09:45:44 -0500
commit78621011a21847a3b769869d434b2ada50fdad51 (patch)
tree63ec0f05b3ba2185af7cf9f75267468f4fb804df /src/include/parser.h
parent3dbe235f65987ae2bb34c6859926f33791feab67 (diff)
Fixed calls. Will never be modified again.
Diffstat (limited to 'src/include/parser.h')
-rw-r--r--src/include/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/parser.h b/src/include/parser.h
index 839e372..6961be8 100644
--- a/src/include/parser.h
+++ b/src/include/parser.h
@@ -5,6 +5,7 @@
#include "tree.h"
#include "token.h"
+/* Parser states. */
typedef enum PARSER_STATE {
PARSER_STATE_BLOCK,
PARSER_STATE_EXPR,