From 9fb179ab999c3b98caabca09b30c409dc5dd3b3d Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 26 Mar 2023 23:13:29 +0300 Subject: start enums --- gen/gen_parser.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gen/gen_parser.h') diff --git a/gen/gen_parser.h b/gen/gen_parser.h index fb8e85b..0753292 100644 --- a/gen/gen_parser.h +++ b/gen/gen_parser.h @@ -1,5 +1,3 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ - /* A Bison parser, made by GNU Bison 3.8.2. */ /* Bison interface for Yacc-like parsers in C @@ -133,7 +131,8 @@ extern int yydebug; RBRACKET = 332, /* "]" */ AS = 333, /* "as" */ DOT = 334, /* "." */ - FATARROW = 335 /* "=>" */ + SCOPE = 335, /* "::" */ + FATARROW = 336 /* "=>" */ }; typedef enum yytokentype yytoken_kind_t; #endif @@ -149,7 +148,7 @@ union YYSTYPE double dbl; char *str; -#line 151 "gen/gen_parser.h" +#line 152 "gen/gen_parser.h" }; typedef union YYSTYPE YYSTYPE; -- cgit v1.3