aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
authorc+12023-06-01 16:18:26 -0400
committerc+12023-06-01 16:18:26 -0400
commitaecec3006ccb1c6ca6a8d9704b47237a344de0b9 (patch)
tree55e638140e25b409a46090b2aa82bc256c8f91e2 /src/include/token.h
parent65e31912bcf11b9b4f234b471f69c96ccc3e0a17 (diff)
HALK
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, // ;