aboutsummaryrefslogtreecommitdiff
path: root/boot/lexer.ll
diff options
context:
space:
mode:
Diffstat (limited to 'boot/lexer.ll')
-rw-r--r--boot/lexer.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/lexer.ll b/boot/lexer.ll
index bebfa67..5da70e5 100644
--- a/boot/lexer.ll
+++ b/boot/lexer.ll
@@ -71,6 +71,7 @@ EXPONENT [eE][+-]?[[:digit:]]+
this->location.step();
}
\n+ {
+ this->location.step();
}
if {
return yy::parser::make_IF(this->location);