搜索资源列表
yufafenxiyuanma
- 用C++语言编程实现语法分析器的功能,代码完整,运行正常
Compiler
- 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
MyCMM
- 实现简单的解释器,可进行一般的程序解释执行。token完整,tokentype齐全。-Simple explanation, can explain the implementation of the general program. the token complete, tokentype.
cmm-py
- CMM语言的解释器和编译功能全面实现的完整代码-CMM language interpreter and compiler features the full realization of
Lab3
- 预编译器 C++实现 有完整的代码 可以运行-Precompiler C++ achieve a complete code can run
Topological-
- 实现拓扑排序的完整源代码,可直接编译运行-The topological sort of the complete source code can be directly compiled to run
LDPCcoder
- 完整的ldpc编码程序,实现数字载体的ldpc编码译码以及信道传输仿真,利用生成矩阵和校验矩阵实现,含有自动生成随机错误以检测纠错能力功能-Ldpc complete coding procedures, digital carrier ldpc codec and channel transmission simulation using the generator matrix and parity check matrix realization, containing automatic
C-interpreter-Picoc-2.1
- Picoc是google开源代码项目中看到的一个项目,其初衷貌似是要做一个在小的嵌入设备上的C解释器。它的核心代码只有3500行左右,可读性不错,虽然没有实现完整的ISO C标准,基本的C运行库还是具备了。-Picoc is a very small c interpreter.
Grammar
- C++实现语法分析器,完整的源代码以及整齐的运行界面。-C++ achieve parser, complete source code and run neat interface.
编译器
- 一个实现了前端后端完整功能以及优化的完整编译器。(A complete compiler that implements the full functionality of the front-end, back-end, and optimization.)
pl0
- 完整实现基本功能,错误检查功能不完善,只能检测第一个错误(Complete implementation of the basic function, error checking function is not perfect, can only detect the first error)
Compiler Design in C
- 编译器设计,C语言实现,完整的编译器结构和语言及概念介绍。(Compiler design in C)