资源列表
Compiler-theory
- 编译原理学习课件,深入浅出,使用于初学者,-Compiler theory learning courseware, to use for beginners
c-Syntax-analysis
- 完成标准的c语言语法分析,实现所有的功能,可以运行,需提前写入文件,因进行的是文件的读取-Completion of the standard C language syntax analysis, all the features, you can run in advance to write to a file, a result of the file read
lex
- document to learn how to under stand the lex. and procid further
TutorialExercise3
- this the docum ent,or the problem that can be solved.-this is the docum ent,or the problem that can be solved.
analy
- 编译原理,词法分析器 编译原理,词法分析器-just for learning
cifafenxi
- 简单的词法分析程序 适于编译原理实验参考-Simple lexical analysis program suitable for compiler principle experiment reference
Yacc-examples
- YACC program examples
LEX-examples
- Lex prorgram examples
Teclado
- allows you to use a 4x4 matrix keyboard on a pic
The.C.Book[1]
- 快速的掌握c的基本语法,这本书很好理解,能够让你在最短的时间内大致掌握这门语言的概更。 -Quickly grasp the basic syntax of c, this book is well understood and allows you to master this language takes more broadly within the shortest possible time
PASAL
- 以在下面段落中定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。词法分析器打开该文件后,自文件头开始扫描源程序字符,发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表,一旦发现不符合“单词”定义的源程序字符串时,给出错误提示。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-PASCAL language subse
pl0
- C语言版本的pl0词法分析器。简单易用。请大家多多指教。-C-language version of the pl0 lexical analyzer. Easy to use. Please exhibitions.