aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
authors-over-42023-06-05 13:20:39 -0400
committers-over-42023-06-05 13:20:39 -0400
commite55519fae1a4053eb7f76dbaa686353c64a8cd9f (patch)
tree48bb5c6d357cb06a2607de602573a1857d2fcac7 /src/include/token.h
parentabae0069eb6d657aec6d66b9801b937c159e0dc8 (diff)
parentaecec3006ccb1c6ca6a8d9704b47237a344de0b9 (diff)
Merge branch 'main' of https://github.com/s-over-4/HALK
C
Diffstat (limited to 'src/include/token.h')
-rw-r--r--src/include/token.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/token.h b/src/include/token.h
index e52c3a0..8964ccd 100644
--- a/src/include/token.h
+++ b/src/include/token.h
@@ -12,9 +12,9 @@
typedef struct TOKEN_STRUC {
enum {
TOKEN_KEYWORD, // keyword
- TOKEN_PRIM_STR_DELIM, // '
- TOKEN_PRIM_STR, // 'string'
- TOKEN_PRIM_INT, // 'string'
+ TOKEN_PRIM_STR_DELIM, // '
+ TOKEN_PRIM_STR, // 'string'
+ TOKEN_PRIM_INT, // 'string'
TOKEN_COMM_DELIM, // `
TOKEN_COMM, // `comment`
TOKEN_EXPR_END, // ;