资源列表
pl/0
- /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
sasara88
- lbutter is important to lbutter for matlab filtering
pl0compiler
- 用C语言编写的PL/0编译器-Using C language PL/0 compiler
smic13g_hs_neg
- 中芯国际130nm库文件,在DC综合练习中可以使用,并能帮助理解库的含义-DC Veriog
LexicalAnalysis1
- 语法分析器 用C++6.0编写 编译原理实验报告 词法分析程序 带实验报告 -Parser 6.0 C compiler principle experiment report lexical analysis program with experimental report
cifafenxi
- 从键盘输入 实现词法分析 是编译原理实验一的内容-Lexical analysis from the keyboard
UNIX-comp
- 一个简化的编译器,出自美国编译领域的大师劳顿之手,在UNIX/LINUX环境下实现,适合初学者进行分析-a simplified compiler, the United States compiled from the master Lawton hand, UNIX / LINUX environment realized, the analysis for beginners
21codes_del62755882442
- 将布尔表达式翻译成后缀式(即逆波兰式),中间有词法分析,语法分析及中间代码生成-Boolean expressions to be translated into the suffix - (reverse Polish), there is a lexical analysis, Grammatical analysis and intermediate code generator
85018312345678
- 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax analysis
51-asm-soucecode
- ===一个51汇编器的C源代码,感兴趣者-=== a compilation of 51 C source code, interested to see
cifafenxi
- token 词法分析 C++写成,就是一个词法分析的一个实验报告,比较方便需要的同事
PL0
- 这是一款最基本的PL0编译器,对于学习编译原理很有帮助,其中还包括了一些实力DEMO。-This is a basic PL0 compiler.It s helpful for those who intend to study the Compile Skills.There are also some demo in this file.