资源列表
static_linking
- 静态链接,是写编译器时必须了解的一个过程-Statically linked, to write the compiler must know about a process of
bianyi
- 对PL/o对其词法分析程序、语法分析程序和语义处理程序进行部分修改扩充 扩充赋值运算:+= 和 -= 扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> (3)增加运算:++ 和 --。 (4)增加类型: 实数类型。 (5)扩充函数: 有返回值和返回语句。 -On the PL/o of its lexical anal
SMSLibX_Demo
- sms libx_demo for try sms program
parser
- 可用于编译原理课程设计,有词法分析器,语法分析器等-Principles of curriculum design can be used to compile, there are lexical analyzer, parser, etc.
statementbianyi
- WHILE循环语句的翻译程序设计(递归下降法、输出三地址表示)
ifdo
- ELSE条件语句的翻译程序设计(递归下降法、输出四元式)-ELSE conditional statements of the translation program design (recursive descent method, the output quaternion type)
jisda
- IF-ELSE条件语句的翻译程序设计(LR方法、输出四元式)-IF-ELSE conditional statements translation of program design (LR method, the output quaternion type)
bianyi
- IF-ELSE条件语句的翻译程序设计(LL(1)法、输出三地址表示)-IF-ELSE conditional statements translation of program design (LL (1) method, the output three-address indicated)
hjkh
- DO-WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)-DO-WHILE loop statement, the translation of program design (LL (1) method, the output quaternion type)
Vendingmachin
- 这是一个自动售货机的程序。属于原版资料。这里分享一下。供大家使用交流学习。-This is a vending machine program. Belongs to original data. Here to share. For everyone to use the exchange of learning.
pascal1111111111111
- 能识别一般的pascal 语句并进行编译执行 -To identify a general statement and compile the implementation of pascal
lex_yacc_cal
- this is lex and yacc source for calculator