From 79521d91b2bb85652fd29f5c44279338d55c757f Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 7 Jul 2026 21:39:57 +0200 Subject: Allow multiple parameters with same type --- boot/lexer.ll | 3 --- 1 file changed, 3 deletions(-) (limited to 'boot/lexer.ll') 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); } -- cgit v1.2.3