资源简介

···flex和bison ····实现小型编译器 ···最终生成中间代码--四元式 ···可以实现if语句、for循环语句、while语句、变量声明和赋值语句的翻译

资源截图

代码片段和文件信息

/* A Bison parser made by GNU Bison 2.7.  */

/* Bison implementation for Yacc-like parsers in C
   
      Copyright (C) 1984 1989-1990 2000-2012 Free Software Foundation Inc.
   
   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation either version 3 of the License or
   (at your option) any later version.
   
   This program is distributed in the hope that it will be useful
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
   
   You should have received a copy of the GNU General Public License
   along with this progr

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-06-06 00:02  源程序\
     文件        2714  2019-05-29 15:56  源程序\ast_syj.l
     文件       73126  2019-05-31 10:02  源程序\ast_syj.tab.c
     文件       12915  2019-05-31 10:58  源程序\ast_syj.y
     文件       58804  2019-05-31 10:02  源程序\final.exe
     文件         158  2019-06-03 11:22  源程序\inputboolexpr.txt
     文件         141  2019-06-03 11:38  源程序\inputif.txt
     文件          48  2019-05-30 21:09  源程序\inputs2.txt
     文件          65  2019-05-30 21:12  源程序\inputs3.txt
     文件          95  2019-06-03 11:29  源程序\inputvarable.txt
     文件          70  2019-05-31 11:06  源程序\inputwhile.txt
     文件       57880  2019-05-30 21:53  源程序\lex.yy.c
     文件         223  2019-06-06 00:00  源程序\可执行程序运行说明文档.txt

评论

共有 条评论