资源列表
yufa-
- 用C语言完成的语法分析器,功能完全 . 根据某一文法编制调试LR(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对LR(1)分析法的理解。-With C language parser, fully functional
raplc
- 编译原理的实验:bison实现的逆波兰计算器,doc文件有编译过程,注意安装bison在运行-bison implemented RPN calculator, doc file has the compilation process, pay attention to install bison running
CMMInterpreter
- cmm解释器完整代码,包含词法分析模块,语法语义分析模块,中间代码生成模块,解释执行中间重新代码模块 ,中间代码采用四元式 界面简单,方便用户重新设计界面,只需要修改对应控件绑定事件-cmm interpreter complete code, including lexical analysis module, the syntax semantic analysis module, intermediate code generation module to explain the impl
cppsrc
- c tutorial dos part 3 (legacy)
compile
- 实现LR分析法,分析法的基本原理,掌握LR(1)分析表的构造方法,掌握LR(1)驱动程序的构造方法。 -Basic principles of LR analysis, analysis, master constructor LR (1) analysis table, master constructor LR (1) driver.
example_PWM
- 合泰单片机PWM,可提供给初学者开发,产品开发等-Microcontroller PWM, available to beginners development
x-wdf
- 解压功能和A-WDF一样,但是可以自由选择解压缩的目录,比较方便。(The function of decompression is the same as that of A-WDF, but it is convenient to select the extracted directory.)
yufafenxi
- 实验内容: 可选择LL1分析法、算符优先分析法、LR分析法之一,实现如下表达式文法的语法分析器: (1)E→E+T | E-T | T (2)T→T*F | T/F | F (3)F→P^F | P (4)P→(E) | i -Experiment: optional the LL1 analysis method, the operator precedence analysis, LR analysis, one of the following expre
littlesmalltalk_v4
- Smalltalk implementation (subset) in the C language.
bianyiqi
- 一个简单的C语言编译器,包括词法分析,语法分析和目标代码生成。-A simple C language compiler, including lexical analysis, parsing and target code generation.
EIDE_2
- eide(ata-2) specification document-eide(ata-2) specification document
AVR_USBtestGUI
- AVR_USBtestGUI with atmega 8