资源列表
CFFXQ
- 词法分析器的C语言代码,可用于编译设计。-Lexical analyzer C-language code that can be used to compile the design.
Keil_User_guide
- KEIL 编译器的使用说明,共八章非常详细。-KEIL compiler userguide, a total of eight chapters in great detail.
tinypas
- Small compiler for Pascal
TurboPascal_BOOK.ZIP
- Turbo Pascal BOOK. Very good for beginners!
bianyiyuanli
- 陈火旺《编译原理》课后习题答案,是第三版的答案-Chen Huo-wang, " Compiler Principle" Exercise after-school answer, the answer is the third edition of
LUA
- LUA语言教程,世界上最美妙的脚本语言,来自巴西-LUA language courses, the world' s most beautiful scr ipting language, from Brazil
SNL_Compiler
- 吉林大学开发的类似于PASCAL语言的SNL编译器。-The SNL Compiler was designed by JiLin university.
libboost_regexRegexLog
- 基于libboost_regex的正则表达式测试程序,可用于入门者的参考代码。-Libboost_regex regular expression-based test procedure can be used for a reference code for beginners.
test2
- test for character recognition sofware
1205
- PKU_1205 水处理厂输送水的问题,考虑沿岸城市(水处理厂)的数量,程序能确定输送方式的种数-PKU_1205
101259374RockCarryPL0
- 使用C/C++语言作为实现语言,实现一个简单PL/0语言的编译器。手工编码实现编译器的组成部分。语法分析程序采用递归下降分析法。-The use of C/C++ language as the implementation language, to achieve a simple PL/0 language compiler. Hand-coding part of the compiler. Parser uses recursive descent analysis.
lexical_analyzer
- C语言词法分析器 by wpc_LK 这是一个简单的词法分析器,不能避免的存在错误请大家指出予以纠正,谢谢! 示例语句 include<stdio.h> int main{ int a=3,b=4,c if((a+b)==7)c=1 else c=0 return 0 } 输入 exit 退出程序。-C language lexical analyzer by wpc_LK This is a simple lexical