aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
authorc+12023-10-02 13:13:23 -0400
committerc+12023-10-02 13:13:23 -0400
commitdee72dfcc0124be81e338a1d85948b8f1250085d (patch)
treee013ac2a9410cff9ef55ce10531505af72edf67f /src/include/token.h
parent1e62e5f079bdd61c37f2f510a77279345680ccbf (diff)
emalloc(), ecalloc(), erealloc()
Diffstat (limited to 'src/include/token.h')
-rw-r--r--src/include/token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/token.h b/src/include/token.h
index d3dda67..1a307cd 100644
--- a/src/include/token.h
+++ b/src/include/token.h
@@ -13,7 +13,7 @@
typedef struct TOKEN_STRUC {
enum TOKEN_ENUM {
TOKEN_KEYWORD, // keyword
- TOKEN_PRIM_STR, // 'string'
+ TOKEN_PRIM_STR, // "string"
TOKEN_PRIM_INT, // 42
TOKEN_COMM, // `comment`
TOKEN_STMNT_END, // ;