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

📄 readme.txt

📁 一个小型的c语言编译器,做的非常好,不过不是我做的.
💻 TXT
字号:
/*
 * Readme.txt for MicroC Compiler
 *
 * Copyright (c) 2001 by Ren Qi and Lin Ying
 * All Rights Reserved.
 *
 */

	NAME_LEN ---> 32

	in common.h KEYENTRY{ name --> 32 }

	* in common condition return int 0 means ok, other means error

	note this factor : that /*  ........ /*     */ ...........  */  soulation

	main() function 不能由语法判定合理的存在,SO in gen(..) 中进行语义处理.

	data type   Ingore  double float long unsigned -->	int
														char

														array	


	add compound statement , then add static link to stack

	support only one demision array

	at first , we ingore "static" specifier in function definition
	
	support sizeof(x), sizeof (1), etc

	if use 
	{
		int	f[10];

		x = f + 1; // you can compiler, but can't get correct asm code
	}


	left args push stack first, heihei, sorry


⌨️ 快捷键说明

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