From dbca249757a98d6d56e23db43baa93ad30a91709 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 30 Aug 2026 21:07:48 +0200 Subject: Use arrow -> for return types --- boot/lexer.ll | 3 +++ 1 file changed, 3 insertions(+) (limited to 'boot/lexer.ll') 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; -- cgit v1.2.3