summaryrefslogtreecommitdiffstats
path: root/parser.l
diff options
context:
space:
mode:
Diffstat (limited to 'parser.l')
-rw-r--r--parser.l5
1 files changed, 5 insertions, 0 deletions
diff --git a/parser.l b/parser.l
index 7875f81b..d9883e6c 100644
--- a/parser.l
+++ b/parser.l
@@ -408,6 +408,11 @@ UONLY {U2}{U}|{U3}{U}{U}|{U4}{U}{U}{U}
return '#';
}
+<NESTED>\.\. {
+ yylval.lineno = lineno;
+ return DOTDOT;
+ }
+
<SPECIAL>@ {
yy_pop_state();
yylval.lexeme = chk_strdup(L"@");