summaryrefslogtreecommitdiffhomepage
path: root/lexer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lexer.c')
-rw-r--r--lexer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lexer.c b/lexer.c
index f14a944..b59d031 100644
--- a/lexer.c
+++ b/lexer.c
@@ -68,6 +68,7 @@ static const struct token tokens[] = {
{ T_RSTM, "-%}", 3 },
{ T_EQS, "===", 3 },
{ T_NES, "!==", 3 },
+ { T_ELLIP, "...", 3 },
{ T_AND, "&&", 2 },
{ T_ASADD, "+=", 2 },
{ T_ASBAND, "&=", 2 },