We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e5dc2 commit 45c7c0dCopy full SHA for 45c7c0d
src/library/tools/src/gramLatex.c
@@ -301,6 +301,26 @@ extern int yydebug;
301
};
302
typedef enum yytokentype yytoken_kind_t;
303
#endif
304
+/* Token kinds. */
305
+#define YYEMPTY -2
306
+#define YYEOF 0
307
+#define YYerror 256
308
+#define YYUNDEF 257
309
+#define END_OF_INPUT 258
310
+#define ERROR 259
311
+#define MACRO 260
312
+#define TEXT 261
313
+#define COMMENT 262
314
+#define BEGIN 263
315
+#define END 264
316
+#define VERB 265
317
+#define VERB2 266
318
+#define NEWENV 267
319
+#define NEWCMD 268
320
+#define END_OF_ARGS 269
321
+#define TWO_DOLLARS 270
322
+#define LBRACKET 271
323
+#define RBRACKET 272
324
325
/* Value type. */
326
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
0 commit comments