资源列表
scan
- 本程序实现了《编译原理及实践》附录A中C-的词法分析-This procedure achieved a " compiler theory and practice" in Appendix A lexical analysis of C-
bianyiyuanli2008
- 编译原理词法分析,语法分析功能实现,能够显示出各种文法的功能-Compiler theory lexical analysis, syntax analysis functions, and they can show a variety of grammatical features
Translate
- 编译原理的词法分析部分 是用java编译c的 希望大家能喜欢-Compiler theory of lexical analysis is to use java compiler c' s hope that we can enjoy
Programs
- The files in programs.rar are the executable c++ code for file handling.
KeilHlp
- 描述KEIL的功能应用 对嵌入式的软件详细了解-Describe the function of KEIL software applications Learn more about embedded
DoWhileRecursiveDescent
- 设计一个DO-WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择递归下降法,采用用语法制导翻译输出中间代码四元式。通过设计、编制、调试一个DO-WHILE循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-Design a DO-WHILE loop syntax and semantics of lexical analysis programs ﹑, recursive descent parsing options, use
m
- 模拟DOS命令解释器,提供文件相关命令,可扩充。-Simulated DOS command interpreter
YieldProlog1_0_5.tar
- yield的实现与在其他语言中的应用,包括python,c#,js等。-yield of the realization and application in other languages, including python, c#, js, etc..
nibolanshi
- 用vc实现编译原理的词法分析,最终产生逆波兰式-Achieved with the vc compiler theory of lexical analysis, the resulting Reverse Polish Notation
syntax.c
- 一个用C语言实现的简单的语义分析器。可作为编译原理课的参考。-A simple to use C language semantic analyzer.Can use it as a reference in Compiler theory class.
lexical.c
- 一个用C语言实现的简单的词法分析器。可作为编译原理课的参考。-Using C language implementation of a simple lexical analyzer.You can use it as a reference in Compiler theory class.
semantic.c
- 一个用C语言实现的简单的语法分析器。可以作为编译原理课的参考。-A simple parser to use C language. You can use it as a reference in Compiler theory class.