资源列表
NFA转换成DFA
- C++实现NFA转换成DFA
SMSC_debug_Tool_sets
- SMSC KBC1100编译工具,调试工具-SMSC KBC1100 debug tool sets
bison-2.1.tar
- GNU的词法/语法分析器bison源码,最新版本bison-2.1-GNU / parser bison source, the latest version of bison - 2.1
PIC16F87xA_bootloader_v9-30
- mikroC, mikroElektronika C compiler for Microchip PIC microcontrollers
20081021
- 编译原理源码(包括语法分析,词法分析,语义分析)-The principle source compiler (including syntax analysis, lexical analysis, semantic analysis)
lexical_analysis
- 编译原理,词法分析程序,C语言编写。输入英文字符串,可分析出各字符所属类型并以文本输出。-Compiler theory, lexical analyzer, the C language. Enter the English string, each character belongs to the type and text output can be analyzed.
caoyuting
- 实现了简单的Simple语言的编辑器,包括词法分析,语法分析,生成四元式,以及生成符号表功能,在符号表中还可以进行查询与删除.-achieve a simple Simple language editors, including lexical analysis, grammar analysis, generation-four yuan, Generation and symbol table functions in the symbol table can also make inqu
exprdll
- 字符串表达式解释计算动态连接库,这是一个实用的文本字符串解释器,可以帮助程序开发人员快速地整合到应用程序之中.-The string expression to explain the calculation of the dynamic link library, this is a text string that the interpreter can help application developers to quickly integrate into applications.
textio
- 学习textio的重要资料-Learn important information textio
CompilerProject
- it s obout my project in Compiler subject
cmain
- 编译原理的课程设计,简单的c-语言编译器,比较完整-Compiler theory of curriculum design, a simple c-language compiler, more complete
pl0modify
- 对PL/0作以下修改扩充: (1)增加单词:保留字 ELSE,FOR,STEP,RETURN 运算符 +=,-=,++,--,∧,∨,┓ (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 基本内容(成绩范围:“中”、“及格”或“不及格”) (1)扩充赋值运算:+= 和 -= (2)扩充语句(Pascal的FOR语句): ①FOR <变量>:=<表达式> STEP <表达式> DO <
