资源简介

Lex_Yacc 编译器设计示例代码及参考文档 1.LexAndYaccTutorial_20130311_041140.tgz代码包 生成 calc3a 解释执行 calc3b 生成基于栈的机器的汇编程序 calc3g 生成程序的语法树 用法: # ./calc3a a.src u = 5 5 120 halt a.src是个计算阶乘的源代码 n = 1; p = 1; read u; print u; while (n <= u) { p = p * n; n = n + 1; } print p; calc3b 生成

资源截图

代码片段和文件信息

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     386419  2011-11-23 16:09  LexAndYaccTutorial\Compiler Construction using Flex and Bison.pdf

     文件     134214  2012-07-06 08:48  LexAndYaccTutorial\LexAndYaccTutorial.pdf

     文件       7399  2013-03-11 04:11  LexAndYaccTutorial\LexAndYaccTutorial_20130311_041140.tgz

     文件       5160  2012-03-15 16:31  LexAndYaccTutorial\lexyacc-simple.tgz

     文件       4899  2012-03-15 22:41  LexAndYaccTutorial\lexyacc.tgz

     目录          0  2013-03-11 04:11  LexAndYaccTutorial

    I.A....      4280  2013-03-13 08:26  LexAndYaccTutorial\cc-ansi99-parser_20130313_082654.tgz

----------- ---------  ---------- -----  ----

               542371                    7


评论

共有 条评论