资源列表
PL0-translate
- PL/0语言是Pascal语言的一个子集,是一种简单而且可扩充的语言,在我的测试用例中有具体的体现。它通过词法分析、语法分析、语义分析等过程,生成目标代码,目标代码是一种形似汇编语言的栈操作指令。-PL / 0 Pascal language is a language subset is a simple and extensible language, In my test case with concrete expression. Through lexical analysis, pa
51-asm-soucecode
- ===一个51汇编器的C源代码,感兴趣者-=== a compilation of 51 C source code, interested to see
PL0Lexicalgrammaticalanalysis
- 这是用C语言编写的PL/0 词法分析和语法分析程序,PL0Lexicalgrammaticalanalysis.rar中有词法分析源代码,语法分析源代码,以及相应的报告文档。-This is the C language PL / 0 lexical analysis and syntax analysis procedures, PL0Lexicalgrammaticalanalysis.rar a source of lexical analysis code, the source cod
transform
- DEM格式之间的转换,本代码把dem文件格式转换成grd格式!-between the DEM format conversion, the code put dem file format conversion grd format!
java_base
- pl/0编译程序的java版,pl/0编译程序是世界著名计算机科学家N.Wirth先生编写的pl/0语言的编译程序。-pl / 0 compiler version of java, pl / 0 compiler of the world's most famous computer scientists N. Wirth prepared by Mr. pl / 0 Language Compiler procedures.
Pascal_compliter
- 一个用VC++开发的Pascal编译器. 包括词法分析 语法分析 语义分析 中间代码生成 对学习编译原理的同学有很大用途-a VC development of the Pascal compiler. Lexical analysis, including analysis of semantic analysis Grammar intermediate code Generation of compiler theory of learning students have great
hownet
- 知网是目前一个较好的词法分析工具,附件是较为全面的知网资料。-network is a better lexical analysis tools, Annex is a more comprehensive network information.
forecast
- 编译原理的LR语法分析器,值得初学者参考,里面有说明报告-compiler theory LR syntax analyzer, it is worth beginners reference, with a narrative report
PL0(MFC)
- PL0的编译系统,使用MFC编写界面,采用浮动窗口来仿VC的环境-PL0 compiler system, using MFC prepared interface, floating window to follow the VC environment
HeadConv
- 可以将.h头文件转换为.pas文件的控件-can. H header files for conversion. Pas document control
plo(CB)
- 我在三做的课程,当时拿到了95分,包括完整的报告,有IF/else/read/for等语句的plo-I do three courses, then get 95 hours, including a full report, IF there / else / read / for such phrases as the plo
visual_SNL_C_complier
- snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。-snl language is a simple process with nested definition of language, Primitive code using C language of SNL language lexical analysis, parsing,
