资源简介
华中科技大学 编译原理 面向过程的C--语言的编译器设计 功能包括:词法分析和语法分析、语义分析、中间代码生成的 源码.zip
代码片段和文件信息
#line 3 “lex.yy.c“
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUBMINOR_VERSION 35
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
/* First we deal with platform-specific or compiler-specific issues. */
/* begin standard C headers. */
#include
#include
#include
#include
/* end standard C headers. */
/* flex integer type definitions */
#ifndef FLEXINT_H
#define FLEXINT_H
/* C99 systems have . Non-C99 systems may or may not. */
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h
* if you want the limit (max/min) macros for int types.
*/
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#endif
#include
typedef int8_t flex_int8_t;
typedef uint8_t flex_uint8_t;
typedef int16_t flex_int16_t;
typedef uint16_t flex_uint16_t;
typedef int32_t flex_int32_t;
typedef uint32_t flex_uint32_t;
#else
typedef signed char flex_int8_t;
typedef short int flex_int16_t;
typedef int flex_int32_t;
typedef unsigned char flex_uint8_t;
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;
/* Limits of integral types. */
#ifndef INT8_MIN
#define INT8_MIN (-128)
#endif
#ifndef INT16_MIN
#define INT16_MIN (-32767-1)
#endif
#ifndef INT32_MIN
#define INT32_MIN (-2147483647-1)
#endif
#ifndef INT8_MAX
#define INT8_MAX (127)
#endif
#ifndef INT16_MAX
#define INT16_MAX (32767)
#endif
#ifndef INT32_MAX
#define INT32_MAX (2147483647)
#endif
#ifndef UINT8_MAX
#define UINT8_MAX (255U)
#endif
#ifndef UINT16_MAX
#define UINT16_MAX (65535U)
#endif
#ifndef UINT32_MAX
#define UINT32_MAX (4294967295U)
#endif
#endif /* ! C99 */
#endif /* ! FLEXINT_H */
#ifdef __cplusplus
/* The “const“ storage-class-modifier is valid. */
#define YY_USE_CONST
#else /* ! __cplusplus */
/* C99 requires __STDC__ to be defined as 1. */
#if defined (__STDC__)
#define YY_USE_CONST
#endif /* defined (__STDC__) */
#endif /* ! __cplusplus */
#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif
/* Returned upon end-of-file. */
#define YY_NULL 0
/* Promotes a possibly negative possibly signed char to an unsigned
* integer for use as an array index. If the signed char is negative
* we want to instead treat it as an 8-bit unsigned char hence the
* double cast.
*/
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
/* Enter a start condition. This macro really ought to take a parameter
* but we do it the disgusting crufty way forced on us by the ()-less
* definition of BEGIN.
*/
#define BEGIN (yy_start) = 1 + 2 *
/* Translate the current start state into a value that can be later handed
* to BEGIN to return to the state. The
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-09-13 17:57 编译原理\
目录 0 2019-09-13 17:57 编译原理\compiler1\
文件 53562 2018-07-01 14:11 编译原理\compiler1\lex.yy.c
文件 4175 2018-06-13 17:51 编译原理\compiler1\lexical.l
文件 346 2018-06-14 19:30 编译原理\compiler1\main.c
文件 206 2018-05-28 22:41 编译原理\compiler1\main.c~
文件 31819 2018-07-01 14:11 编译原理\compiler1\syntax.output
文件 64432 2018-07-01 14:11 编译原理\compiler1\syntax.tab.c
文件 2685 2018-07-01 14:11 编译原理\compiler1\syntax.tab.h
文件 5217 2018-06-13 22:44 编译原理\compiler1\syntax.y
文件 36002 2018-07-01 14:11 编译原理\compiler1\test
文件 146 2018-05-28 22:42 编译原理\compiler1\text.c
文件 148 2018-05-28 22:42 编译原理\compiler1\text.c~
文件 1624 2018-06-13 23:39 编译原理\compiler1\tree.c
文件 2203 2018-06-13 23:34 编译原理\compiler1\C语言产生式.c
目录 0 2019-09-13 17:57 编译原理\compiler2\
文件 39 2016-11-30 16:59 编译原理\compiler2\1.cmm
文件 30 2016-11-30 18:00 编译原理\compiler2\10.cmm
文件 31 2016-11-30 18:00 编译原理\compiler2\11.cmm
文件 41 2016-11-30 18:00 编译原理\compiler2\12.cmm
文件 64 2016-11-30 17:56 编译原理\compiler2\13.cmm
文件 100 2016-11-30 17:56 编译原理\compiler2\14.cmm
文件 60 2016-11-30 17:55 编译原理\compiler2\15.cmm
文件 77 2014-07-06 00:17 编译原理\compiler2\16.cmm
文件 51 2014-07-06 00:17 编译原理\compiler2\17.cmm
文件 38 2014-07-06 00:17 编译原理\compiler2\2.cmm
文件 37 2014-07-06 00:17 编译原理\compiler2\3.cmm
文件 72 2014-07-06 00:17 编译原理\compiler2\4.cmm
文件 33 2016-11-30 17:53 编译原理\compiler2\5.cmm
文件 32 2014-07-06 00:17 编译原理\compiler2\6.cmm
文件 34 2016-11-30 17:54 编译原理\compiler2\7.cmm
............此处省略36个文件信息
相关资源
- 赋值语句词法语法语义分析程序
- 编译原理中间代码生成实验报告——
- 编译原理第2版test语言 词法语法语义
- 编译原理程序小集正则表达式 NFA DF
- 编译原理实验报告 熟悉算术表达式的
- 编译原理词法语法语义分析程序设计
- 编译原理课程设计布尔表达式的语法
- 小编译器 词法语法语义分析
- 编译原理课设 词法分析、语法分析、
- 编译原理语义分析实验源代码
- 编译原理词法、语法、语义分析实验
- 《编译原理课程设计》-布尔表达式的
- 编译原理语义分析编译原理语义分析
- 布尔表达式的语法分析及语义分析程
- 编译原理__语义分析_实验报告
- 语义分析代码
- 语义分析之中文关键词提取
- 编译原理实验词法分析器、中间代码
- tiny词法分析,语法分析,语义分析,
- zw_hello3222-8745847-语义分析及中间代码
- 编译原理中间代码生成
- 编译原理词法分析+SLR语法分析+SLR语义
- 词法,语法,语义分析源程序
- 以词法分析和语法分析部分的上机结
- 编译原理实验 中间代码生成
- 语义分析程序的设计与实现
- 语义分析c源代码
- 编译原理 语法分析、语义分析综合实
- 词法分析、语法分析、语义分析
- 编译原理词法、语法、语义分析器
评论
共有 条评论