From 71b3bbb7698b13b42c99a4ca66c27db4a6189ff8 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 1 Aug 2026 16:05:51 +0200 Subject: Enforce integral values in slice ranges --- boot/parser.yy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot/parser.yy') diff --git a/boot/parser.yy b/boot/parser.yy index 670a265..bc0cb53 100644 --- a/boot/parser.yy +++ b/boot/parser.yy @@ -78,8 +78,8 @@ along with GCC; see the file COPYING3. If not see %token IDENTIFIER %token TRAIT -%token INTEGER -%token WORD +%token INTEGER +%token WORD %token FLOAT %token CHARACTER %token STRING -- cgit v1.2.3