From 768537d6e4b82a19e77b7e44234309ecaf4d65d2 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 12 Jul 2026 13:23:54 +0200 Subject: Remove unions --- 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 f914d75..05015f6 100644 --- a/boot/lexer.ll +++ b/boot/lexer.ll @@ -100,9 +100,6 @@ type { record { return yy::parser::make_RECORD(this->location); } -union { - return yy::parser::make_UNION(this->location); -} true { return yy::parser::make_BOOLEAN(true, this->location); } -- cgit v1.2.3