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

📄 word.bin

📁 与vc++界面十分类似的词法分析器
💻 BIN
字号:
关键字表:
		0	__asm
		1	enum
		2	__multiple_inheritance
		3	template
		4	auto
		5	__except
		6	__single_inheritance
		7	this
		8	__based
		9	explicit
		10	__virtual_inheritance
		11	thread
		12	bool
		13	extern
		14	mutable
		15	throw
		16	break
		17	false
		18	naked
		19	true
		20	case
		21	__fastcall
		22	namespace
		23	try
		24	catch
		25	__finally
		26	new
		27	__try
		28	__cdecl
		29	float
		30	operator
		31	typedef
		32	char
		33	for
		34	private
		35	typeid
		36	class
		37	friend
		38	protected
		39	typename
		40	const
		41	goto
		42	public
		43	union
		44	const_cast
		45	if
		46	register
		47	unsigned
		48	continue
		49	inline
		50	reinterpret_cast
		51	using
		52	__declspec
		53	__inline
		54	return
		55	uuid
		56	default
		57	int
		58	byte
		59	short
		60	__uuidof
		61	delete
		62	__int8
		63	signed
		64	virtual
		65	dllexport
		66	__int16
		67	sizeof
		68	void
		69	dllimport
		70	__int32
		71	static
		72	volatile
		73	do
		74	__int64
		75	static_cast
		76	wmain
		77	double
		78	__leave
		79	__stdcall
		80	while
		81	dynamic_cast
		82	long
		83	struct
		84	xalloc
		85	else
		86	main
		87	switch
		88	interface
		89	persistent
		90	_persistent
		91	transient
		92	depend
		93	ondemand
		94	transient
		95	cset
		96	useindex
		97	indexdef
		98	#include
		99	#define
		100	#ifdef
		101	#ifndef
		102	#endif
		103	#pragma once
		104	#undef


运算符表:

		0	? :
		1	sizeof
		2	->
		3	.
		4	!
		5	~
		6	++
		7	--
		8	&
		9	*
		10	/
		11	%
		12	+
		13	-
		14	<<
		15	>>
		16	<
		17	<=
		18	>
		19	>=
		20	==
		21	!=
		22	^
		23	|
		24	&&
		25	||
		26	=
		27	+=
		28	-=
		29	*=
		30	/=
		31	%=
		32	>>=
		33	<<=
		34	&=
		35	^=
		36	|=
		37	::
		38	:



界符表:

		0	,
		1	;
		2	{
		3	}
		4	(
		5	)
		6	[
		7	]
		8	空格


⌨️ 快捷键说明

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