aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
authorc+12023-10-12 21:02:04 -0400
committerc+12023-10-12 21:02:04 -0400
commit85bb2db8dee7898c890f5d1fc0b3874bee3d88ba (patch)
tree384109ce9295a9c6ce0791993a8c9314c516d781 /src/include/token.h
parent58c7a71a50318940e747c365cc3f207dba432977 (diff)
update examples
Diffstat (limited to 'src/include/token.h')
-rw-r--r--src/include/token.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/token.h b/src/include/token.h
index 6779755..5a3a36c 100644
--- a/src/include/token.h
+++ b/src/include/token.h
@@ -9,16 +9,15 @@ typedef struct TOKEN_STRUC {
/* token type */
enum TOKEN_TYPE {
TOKEN_UNKNOWN,
- TOKEN_CHAR_DELIM,
- TOKEN_STR_DELIM,
- TOKEN_COMMENT_DELIM,
+ TOKEN_CHAR,
+ TOKEN_STR,
TOKEN_EXPR_END,
TOKEN_SET,
TOKEN_LGROUP,
TOKEN_RGROUP,
TOKEN_APPLY,
TOKEN_LIST_DELIM,
- TOKEN_TAG_DELIM,
+ TOKEN_TAG,
TOKEN_NAMESPACE_DELIM,
TOKEN_LBLOCK,
TOKEN_RBLOCK,