• 大小: 912KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: C#
  • 标签: 课程设计  C#  flex  bison  

资源简介

flex和bison做的一个简单计算器。在visual studio环境下用C#做了个前端。还有小bug未调试

资源截图

代码片段和文件信息

#line 2 “lex1.yy.c“
/* A lexical scanner generated by flex */

/* Scanner skeleton version:
 * $Header: /home/daffy/u0/vern/flex/RCS/flex.sklv 2.91 96/09/10 16:58:48 vern Exp $
 */

#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5

#include 


/* cfront 1.2 defines “c_plusplus“ instead of “__cplusplus“ */
#ifdef c_plusplus
#ifndef __cplusplus
#define __cplusplus
#endif
#endif


#ifdef __cplusplus

#include 
#include 

/* Use prototypes in function declarations. */
#define YY_USE_PROTOS

/* The “const“ storage-class-modifier is valid. */
#define YY_USE_CONST

#else /* ! __cplusplus */

#if __STDC__

#define YY_USE_PROTOS
#define YY_USE_CONST

#endif /* __STDC__ */
#endif /* ! __cpluspl

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

    .CA....       234  2019-03-31 22:40  实验1-1\lex1.l

    .CA....     37453  2019-03-31 22:40  实验1-1\lex1.yy.c

    .CA....    108032  2019-03-31 22:40  实验1-1\lex1.yy.exe

    .CA....     11099  2019-03-31 22:40  实验1-1\lex1.yy.obj

    .CA....      1096  2019-03-31 22:50  实验1-2\lex3.l

    .CA....     41607  2019-03-31 22:51  实验1-2\lex3.yy.c

    .CA....    109568  2019-03-31 22:51  实验1-2\lex3.yy.exe

    .CA....     13856  2019-03-31 22:51  实验1-2\lex3.yy.obj

    .CA....       270  2019-03-31 23:05  实验2-1\Name.l

    .CA....     41782  2019-03-31 23:17  实验2-1\Name.tab.c

    .CA....    128512  2019-03-31 23:17  实验2-1\Name.tab.exe

    .CA....      2115  2019-03-31 23:17  实验2-1\Name.tab.h

    .CA....      5335  2019-03-31 23:17  实验2-1\Name.tab.obj

    .CA....        18  2019-03-05 13:55  实验2-1\Name.txt

    .CA....       311  2019-03-31 23:14  实验2-1\Name.y

    .CA....     37547  2019-03-31 23:17  实验2-1\Name.yy.c

    .CA....     14912  2019-03-31 23:17  实验2-1\Name.yy.obj

    .CA....    130048  2019-03-31 23:39  实验2-2\2_2.exe

    .CA....    187035  2019-03-31 23:35  实验2-2\cgrammar-new.output

    .CA....    118968  2019-03-31 23:35  实验2-2\cgrammar-new.tab.c

    .CA....      3440  2019-03-31 23:35  实验2-2\cgrammar-new.tab.h

    .CA....     30521  2019-03-31 23:39  实验2-2\cgrammar-new.tab.obj

    .CA....     14788  2019-03-31 23:37  实验2-2\cgrammar-new.y

    .CA....      5350  2019-03-07 13:58  实验2-2\input.lex

    .CA....     60530  2019-03-31 23:39  实验2-2\lex.yy.c

    .CA....     22817  2019-03-31 23:39  实验2-2\lex.yy.obj

    .CA....      1003  2019-03-07 13:58  实验2-2\main.c

    .CA....       167  2019-03-07 13:58  实验2-2\main.h

    .CA....      1293  2019-03-31 23:39  实验2-2\main.obj

    .CA....      7629  2019-03-31 23:40  实验2-2\out.txt

............此处省略86个文件信息

评论

共有 条评论