asc.tab.h

来自「sswf-1.7.4-src.zip 源码」· C头文件 代码 · 共 87 行

H
87
字号
#ifndef BISON_ASC_TAB_H# define BISON_ASC_TAB_H#ifndef YYSTYPEtypedef union{	struct node_t		*node;	int			unused;} yystype;# define YYSTYPE yystype# define YYSTYPE_IS_TRIVIAL 1#endif# define	AS	257# define	ASSIGNMENT	258# define	BREAK	259# define	CASE	260# define	CATCH	261# define	CLASS	262# define	CONST	263# define	CONTINUE	264# define	DECREMENT	265# define	DEFAULT	266# define	DELETE	267# define	DO	268# define	ELIPSIS	269# define	ELSE	270# define	EQUAL	271# define	EXTENDS	272# define	FALSE	273# define	FOR	274# define	FOR_IN	275# define	FINALLY	276# define	FUNCTION	277# define	GOTO	278# define	GREATER_EQUAL	279# define	IDENTIFIER	280# define	IF	281# define	IMPLEMENTS	282# define	IMPORT	283# define	IN	284# define	INCREMENT	285# define	INSTANCEOF	286# define	INTERFACE	287# define	IS	288# define	LOGICAL_AND	289# define	LOGICAL_OR	290# define	LOGICAL_XOR	291# define	NAMESPACE	292# define	NEGATED_MIN_LONG	293# define	NEW	294# define	NOT_EQUAL	295# define	NULL_LITERAL	296# define	NUMBER	297# define	LESS_EQUAL	298# define	PACKAGE	299# define	POWER	300# define	PRIVATE	301# define	PUBLIC	302# define	REGULAR_EXPRESSION	303# define	RETURN	304# define	ROTATE_LEFT	305# define	ROTATE_RIGHT	306# define	SCOPE	307# define	SHIFT_LEFT	308# define	SHIFT_RIGHT	309# define	SHIFT_RIGHT_UNSIGNED	310# define	STRICTLY_EQUAL	311# define	STRICTLY_NOT_EQUAL	312# define	STRING	313# define	SUPER	314# define	SWITCH	315# define	THIS	316# define	THROW	317# define	TRUE	318# define	TRY	319# define	TYPEOF	320# define	USE	321# define	VAR	322# define	VOID	323# define	WITH	324# define	WHILE	325extern YYSTYPE yylval;#endif /* not BISON_ASC_TAB_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?