diff options
Diffstat (limited to 'src/parse/eTokenType.enum.h')
-rw-r--r-- | src/parse/eTokenType.enum.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse/eTokenType.enum.h b/src/parse/eTokenType.enum.h index 4209c94a..69f00f02 100644 --- a/src/parse/eTokenType.enum.h +++ b/src/parse/eTokenType.enum.h @@ -61,6 +61,8 @@ _(TOK_DOUBLE_AMP) _(TOK_DOUBLE_PIPE) _(TOK_DOUBLE_LT) _(TOK_DOUBLE_GT) +_(TOK_DOUBLE_LT_EQUAL) +_(TOK_DOUBLE_GT_EQUAL) _(TOK_DOLLAR) @@ -69,6 +71,7 @@ _(TOK_AT) _(TOK_TILDE) _(TOK_BACKSLASH) _(TOK_CARET) +_(TOK_CARET_EQUAL) _(TOK_BACKTICK) // Reserved Words |