⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ecma.tab.h

📁 sswf-1.7.4-src.zip 源码
💻 H
字号:
#ifndef BISON_ECMA_TAB_H# define BISON_ECMA_TAB_H#ifndef YYSTYPEtypedef union{	struct node_t		*node;	int			unused;} yystype;# define YYSTYPE yystype# define YYSTYPE_IS_TRIVIAL 1#endif# define	ASSIGNMENT_OPERATOR	257# define	BREAK	258# define	CASE	259# define	CATCH	260# define	CONTINUE	261# define	DECREMENT	262# define	DEFAULT	263# define	DELETE	264# define	DO	265# define	ELSE	266# define	EQUAL	267# define	EXACTLY_EQUAL	268# define	EXACTLY_NOT_EQUAL	269# define	FALSE	270# define	FINALLY	271# define	FOR	272# define	FUNCTION	273# define	GREATER_EQUAL	274# define	IDENTIFIER	275# define	IF	276# define	IN	277# define	INCREMENT	278# define	INSTANCEOF	279# define	LESS_EQUAL	280# define	LOGICAL_AND	281# define	LOGICAL_OR	282# define	NEW	283# define	NOT_EQUAL	284# define	NULL_LITERAL	285# define	NUMERIC	286# define	RETURN	287# define	SHIFT_LEFT	288# define	SHIFT_RIGHT	289# define	SHIFT_RIGHT_UNSIGNED	290# define	STRING	291# define	SWITCH	292# define	THIS	293# define	THROW	294# define	TRY	295# define	TRUE	296# define	TYPEOF	297# define	VAR	298# define	VOID	299# define	WITH	300# define	WHILE	301extern YYSTYPE yylval;#endif /* not BISON_ECMA_TAB_H */

⌨️ 快捷键说明

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