summaryrefslogtreecommitdiff
path: root/jni/ruby/parse.h
diff options
context:
space:
mode:
authorJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-16 18:49:26 +0900
committerJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-30 00:39:06 +0900
commitfcbf63e62c627deae76c1b8cb8c0876c536ed811 (patch)
tree64cb17de3f41a2b6fef2368028fbd00349946994 /jni/ruby/parse.h
Fresh start
Diffstat (limited to 'jni/ruby/parse.h')
-rw-r--r--jni/ruby/parse.h184
1 files changed, 184 insertions, 0 deletions
diff --git a/jni/ruby/parse.h b/jni/ruby/parse.h
new file mode 100644
index 0000000..27e9f2b
--- /dev/null
+++ b/jni/ruby/parse.h
@@ -0,0 +1,184 @@
+/* A Bison parser, made by GNU Bison 2.5. */
+
+/* Bison interface for Yacc-like parsers in C
+
+ Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+/* As a special exception, you may create a larger work that contains
+ part or all of the Bison parser skeleton and distribute that work
+ under terms of your choice, so long as that work isn't itself a
+ parser generator using the skeleton or a modified version thereof
+ as a parser skeleton. Alternatively, if you modify or redistribute
+ the parser skeleton itself, you may (at your option) remove this
+ special exception, which will cause the skeleton and the resulting
+ Bison output files to be licensed under the GNU General Public
+ License without this special exception.
+
+ This special exception was added by the Free Software Foundation in
+ version 2.2 of Bison. */
+
+
+/* Tokens. */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+ /* Put the tokens into the symbol table, so that GDB and other debuggers
+ know about them. */
+ enum yytokentype {
+ END_OF_INPUT = 0,
+ keyword_class = 258,
+ keyword_module = 259,
+ keyword_def = 260,
+ keyword_undef = 261,
+ keyword_begin = 262,
+ keyword_rescue = 263,
+ keyword_ensure = 264,
+ keyword_end = 265,
+ keyword_if = 266,
+ keyword_unless = 267,
+ keyword_then = 268,
+ keyword_elsif = 269,
+ keyword_else = 270,
+ keyword_case = 271,
+ keyword_when = 272,
+ keyword_while = 273,
+ keyword_until = 274,
+ keyword_for = 275,
+ keyword_break = 276,
+ keyword_next = 277,
+ keyword_redo = 278,
+ keyword_retry = 279,
+ keyword_in = 280,
+ keyword_do = 281,
+ keyword_do_cond = 282,
+ keyword_do_block = 283,
+ keyword_do_LAMBDA = 284,
+ keyword_return = 285,
+ keyword_yield = 286,
+ keyword_super = 287,
+ keyword_self = 288,
+ keyword_nil = 289,
+ keyword_true = 290,
+ keyword_false = 291,
+ keyword_and = 292,
+ keyword_or = 293,
+ keyword_not = 294,
+ modifier_if = 295,
+ modifier_unless = 296,
+ modifier_while = 297,
+ modifier_until = 298,
+ modifier_rescue = 299,
+ keyword_alias = 300,
+ keyword_defined = 301,
+ keyword_BEGIN = 302,
+ keyword_END = 303,
+ keyword__LINE__ = 304,
+ keyword__FILE__ = 305,
+ keyword__ENCODING__ = 306,
+ tIDENTIFIER = 307,
+ tFID = 308,
+ tGVAR = 309,
+ tIVAR = 310,
+ tCONSTANT = 311,
+ tCVAR = 312,
+ tLABEL = 313,
+ tINTEGER = 314,
+ tFLOAT = 315,
+ tRATIONAL = 316,
+ tIMAGINARY = 317,
+ tSTRING_CONTENT = 318,
+ tCHAR = 319,
+ tNTH_REF = 320,
+ tBACK_REF = 321,
+ tREGEXP_END = 322,
+ tUPLUS = 130,
+ tUMINUS = 131,
+ tPOW = 132,
+ tCMP = 134,
+ tEQ = 139,
+ tEQQ = 140,
+ tNEQ = 141,
+ tGEQ = 138,
+ tLEQ = 137,
+ tANDOP = 148,
+ tOROP = 149,
+ tMATCH = 142,
+ tNMATCH = 143,
+ tDOT2 = 128,
+ tDOT3 = 129,
+ tAREF = 144,
+ tASET = 145,
+ tLSHFT = 135,
+ tRSHFT = 136,
+ tCOLON2 = 323,
+ tCOLON3 = 324,
+ tOP_ASGN = 325,
+ tASSOC = 326,
+ tLPAREN = 327,
+ tLPAREN_ARG = 328,
+ tRPAREN = 329,
+ tLBRACK = 330,
+ tLBRACE = 331,
+ tLBRACE_ARG = 332,
+ tSTAR = 333,
+ tDSTAR = 334,
+ tAMPER = 335,
+ tLAMBDA = 336,
+ tSYMBEG = 337,
+ tSTRING_BEG = 338,
+ tXSTRING_BEG = 339,
+ tREGEXP_BEG = 340,
+ tWORDS_BEG = 341,
+ tQWORDS_BEG = 342,
+ tSYMBOLS_BEG = 343,
+ tQSYMBOLS_BEG = 344,
+ tSTRING_DBEG = 345,
+ tSTRING_DEND = 346,
+ tSTRING_DVAR = 347,
+ tSTRING_END = 348,
+ tLAMBEG = 349,
+ tLABEL_END = 350,
+ tLOWEST = 351,
+ tUMINUS_NUM = 352,
+ tLAST_TOKEN = 353
+ };
+#endif
+
+
+
+#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
+typedef union YYSTYPE
+{
+
+/* Line 2068 of yacc.c */
+
+ VALUE val;
+ NODE *node;
+ ID id;
+ int num;
+ const struct vtable *vars;
+
+
+
+/* Line 2068 of yacc.c */
+} YYSTYPE;
+# define YYSTYPE_IS_TRIVIAL 1
+# define yystype YYSTYPE /* obsolescent; will be withdrawn */
+# define YYSTYPE_IS_DECLARED 1
+#endif
+
+
+
+