aboutsummaryrefslogtreecommitdiff
path: root/boot/lexer.ll
diff options
context:
space:
mode:
Diffstat (limited to 'boot/lexer.ll')
-rw-r--r--boot/lexer.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/lexer.ll b/boot/lexer.ll
index eb1bbd3..d0493c1 100644
--- a/boot/lexer.ll
+++ b/boot/lexer.ll
@@ -444,6 +444,9 @@ to {
! {
return yy::parser::make_EXCLAMATION(this->location);
}
+-> {
+ return yy::parser::make_ARROW(this->location);
+}
. {
std::stringstream ss;