资源列表
src2dic.py
- 又一个星际译王Stardict词库编译器。与官方的stardict-editor相比有如下特点: 1、输入格式仅支持Tabfile,但词条可以用竖线|分隔以表示同义词。 2、可指定最大.dict文件大小,若源数据过多则会按此大小分割成多个词库,以规避Stardict不支持超过2G词库文件的问题。适合于大型维基词库的编译。 3、可指定词条解释的的最长大小,解释过多的词条会被分割成多个条目,以避免在手机上使用时内存不足。 4、不会将源文件全部加载至内存。排序只针对词条索引,在
cifafenxi
- 源语言是PL0语言,PL0语言是PASCAL语言的子集。通过完成扩展的PL0词法分析程序,掌握词法分析实现机制。-PL0 source language is the language, PL0 language is a subset of PASCAL language. PL0 by completing the expansion process of lexical analysis, lexical analysis to achieve control mechanism.
SNLC
- 这是snlc开源的代码,是学习编译器的原理非常有用的实践资料-This is snlc open source code, the compiler is to learn the practice of the principle of very useful information
front
- “龙书”编译原理中的编译器前端实例 龙书三(紫龙书)后面附录中的编译器前端实例 做编译实验的时候可以参考一下-" Dragon book" Principles of compiler front-end instance of the dragon book compiler III (purple dragon book) behind the front-end compiler appendix compiled examples do when you can
cmmcompiler
- c#写的编译器,可完成词法分析,语法分析,自己定义文法规则-c# compiler writing, to be completed by lexical analysis, syntax analysis, their own definition of grammar rules
Cpp1
- 我的编译原理课程设计。类PASCAL的语法,仿造PL0文法,采用递归子程序法生成中间代码-四元式。没有实现中间代码的优化。-I compile Principles. PASCAL grammar class, copy PL0 grammar, a recursive routine method generates intermediate code- quad-style. Not achieved intermediate code optimization.
compile
- 内含华中科技大学编译原理所有课件和答案及典型题解-Huazhong University of compiler theory contains all the courseware and answers and solutions of typical problems
c0compiler
- 扩充c0文法编译器,可将扩充c0文法编译成pcode,自带解释执行程序-Expansion of c0 grammar compiler can be compiled into a grammar extended c0 pcode, comes to explain enforcement procedures
Compiler_report
- 编译器实现实验报告,包括扫描器(自动机实现),语法分析,语义分析,实现输入加减乘除的式子,导出相关四元式-Experimental compiler implementation report, including the scanner (Automata), syntax analysis, semantic analysis, subtraction multiplication and division of the input formula, export-related four-
compile
- 一个c0编译器~采用解释执行~解压后用visual c++运行即可。-a c0 compiler which interpret c0 source to pcode,it should be ran in visual c++.
SmallBasic
- 一个小的basic解释器,支持26个字母表示的用户变量-a small basic interpreter
Simple-high-level-language-compiler
- 实现了一个简单的高级语言编译器,语法分析,词法分析,语义分析等-Implements a simple high-level language compiler, syntax analysis, lexical analysis, semantic analysis