资源列表
1
- 词法分析,将程序中的各个单词区分开来实现词法分析-grammer analyse
compiler
- java代码有词法分析、语法分析功能,能够运行,适合编译原理这么课程的课程设计之用- java code, lexical analysis, syntax analysis capabilities, the ability to run for such a course of compiler theory course design-
cifa
- 编译原理课程需要, 纯c写词法分析器.运行在linux , 下载直接make 就可以, 内有详细注释-cifa
Compiler-design
- 实现一个小编译程序(包括符号表的构造,词法分析,语法分析,中间代码产生)-A compiler (including the symbol table structure, lexical analysis, parsing, intermediate code generation)
generic-G-code-compiler
- 虚拟数控加工通用G代码编译器的研究。是G代码编译器生成的完整介绍。-Virtual CNC machining generic G-code compiler.G-code compiler generates the full descr iption.
C
- 几个有用的采用C语言编写的经典实例编程源代码-Classic example of several C language programming source code
gen-cpp
- 本例是一个简单的thrift测试程序,包括客户端和服务端。thrift允许你定义一个简单的定义文件中的数据类型和服务接口。以作为输入文件,编译器生成代码用来方便地生成RPC客户端和服务器通信的无缝跨编程语言。-Apache Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engin
ex1
- 《编译原理》表达式翻译器 构造一个中缀表达式到后缀表达式的翻译器,初步了解递归下降语法分析原理及语法制导翻译的过程。-Compiler theory expression translator construct an infix expression to postfix expression translator, a preliminary understanding of recursive descent parsing principle and Syntax translation
LR
- LR0)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断! -it is a big plan
cifafenxi
- 从键盘输入 实现词法分析 是编译原理实验一的内容-Lexical analysis from the keyboard
Qfinal
- Code for Queue implementation in C
LLVM
- LLVM编译系统结构分析与后端移植 利用llvm进行编译器后端移植-Writing an LLVM Compiler Backend