资源列表
CPP-director
- 一个简单的文本编辑器,用于实现文本的统计。比较适合编程初学者。-A simple text editor for the implementation of the text. more statistics for programming for beginners.
lizong
- 编译原理词法分析 C++ 实现 没有实现语法检查-Compiler theory of lexical analysis
zfms4
- gong nen haogong n en haogong nen hao-gong nen haogong nen haogong nen haogong nen hao
copy
- 这是学习编译原理时,为词法分析做准备,用C写的一个小程序,把一个文件中的空格去除掉,复制到另一个文件中保存。希望对初学者有用-This is the time to learn compiler theory, in preparation for the lexical analysis, using a small program written in C, the space of a file to remove, copy, save to another file. Want to
yufafenxi
- 这是学习编译原理时,用C写的一个语法分析的程序,里面包含了分析的例子文本和分析结果文件,希望对初学者有帮助,大家互相帮忙呵-This is the principle of learning compile, use C to write a parser program, which includes examples of text and analysis of the outcome document, I hope to help beginners, we help each oth
linkaload
- 链接过程,编译原理,装载以及相关的工作原理-Linking process, compiler theory, loading and associated works
JAVACC
- Javacc ile analyzer-parse-token like a compiler
mine
- 编译原理实现的mine解释器,是课程实验-Compiler theory to achieve the mine interpreter, is the experimental course
TC
- 经典C语言编辑器,简单实用,很适合初学者使用-Classic C language editor, simple and practical, it is suitable for beginners
C-Compiler-Reference-Manual-August-2009
- C Compiler Reference Manual for pic micro
cPPjc100xb
- 经典算法.本文用中文详细描述了编译器C的所有命令语法格式-this artical narates all the grammer of c in details
WordAnalyzer
- 从左至右扫描源程序的字符串,按照词法规则(正则文法规则)识别出一个个正确的单词,并转换成该单词相应的二元式(种别码、属性值)交给语法分析使用。 本程序规定输出用KeyWord代表关键字,Word代表普通标识符,Digit代表阿拉伯数字,SingleWord代表单分界符,DoubleWord代表双分界符,ERROR代表无法识别的字符。-String from left to right scan source, according to lexical rules (regular gramm