diff options
Diffstat (limited to 'boot/lexer.ll')
| -rw-r--r-- | boot/lexer.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/boot/lexer.ll b/boot/lexer.ll index 4f9fed7..f914d75 100644 --- a/boot/lexer.ll +++ b/boot/lexer.ll @@ -275,9 +275,6 @@ of { \+ { return yy::parser::make_PLUS(this->location); } -\-> { - return yy::parser::make_ARROW(this->location); -} \- { return yy::parser::make_MINUS(this->location); } |
