aboutsummaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h
index 96a0ed8..6780e24 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -28,6 +28,9 @@ enum {
/* Braced block, sublist[lhs…rhs] */
ASTBLK,
+ /* Identifier literal */
+ ASTIDENT,
+
/* Numeric literal */
ASTNUMLIT,