资源列表
editor
- 行编辑器程序设.一个简单的行编辑器,可以实现读写存储,以及即时编辑等功能。-Line editor program design. A simple line editor, can read and write storage, and instant editing features.
compiler
- C语言编译器 整个编译采用一边式的方法生成中间代码。中间代码以四元式的结构表示。由于符号表的存储形式是栈式的,所以目标代码生成是完全以中间代码为基础的。 语法分析、语义分析以及中间代码生成的时候采用的是递归下降子程序法。 - C language complier
bianyi
- 西北工业大学编译原理课程讲解以及习题详解-Northwestern Polytechnical University, compiler theory courses and exercises Detailed explanation
cf
- c++词法分析器 编译原理作业 大学课程期末作业-c++ compiler theory lexical analyzer operating university courses Final Assignment
ourdev_632903D3I2O3
- cosmic32k编译器用于stm8和32单片机-cosmic32k compiler for stm8 and 32 MCU
Compiler2_1
- 上海交大编译原理作业,到词法分析和LL(1)阶段-Shanghai Jiaotong University, compiler theory assignments, to the lexical analysis and LL (1) stage
HFTree
- 实现了哈夫曼编码译码系统,采用二叉树的中序遍历。C++语言描述-C++ HfmTree coding and decoding System
config
- ADS中的头文件,可以帮助在其他编译器中的开发者。-ADS in the header file that can help in other compiler developers.
SQL1
- DBMS语义部分的具体实现,希望能给一些人带来帮组。-a part of DBMS,hope it s useful.
SQL
- DBMS的词法分析部分和语法分析部分,希望能给一些初学者提供帮助-some parts of DBMS,hope that it is useful.
bbb
- 编译原理中的预测分析法,中的C程序代码。这已经的很简单的方法编的程序了,不过修改一下可以自行对自己输入的语法进行分析-Compiler theory in the prediction analysis, the C code. This has a very simple way to make programs, but change it for their own analysis of the syntax of the input
1-1
- 《现代编译原理C语言描述》书上第一章的直线式程序解释器的一个问题:写一个函数int maxargs(A_stm),告知给定语句中任意子表达式内的print语句的最大参数个数. 参照所给部分源码,在Linux环境下编写的,GCC版本4.4.4测试通过-The book Modern compiler Implementation In C, in first chapter of the book linear program interpreter there be a problem: W