资源简介
C++语言的语法分析器,代码借助yacc和lex,实现了语法书的生成及展示
代码片段和文件信息
/****************************************************************************
* U N R E G I S T E R E D C O P Y
*
* You are on day 108 of your 30 day trial period.
*
* This file was produced by an UNREGISTERED COPY of Parser Generator. It is
* for evaluation purposes only. If you continue to use Parser Generator 30
* days after installation then you are required to purchase a license. For
* more information see the online help or go to the Bumble-Bee Software
* homepage at:
*
* http://www.bumblebeesoftware.com
*
* This notice must remain present in the file. It cannot be removed.
****************************************************************************/
/****************************************************************************
* mylexer.cpp
* C++ source file generated from mylexer.l.
*
* Date: 12/29/17
* Time: 16:26:59
*
* ALex Version: 2.07
****************************************************************************/
#include
// namespaces
#ifdef YYSTDCPPLIB
using namespace std;
#endif
#ifdef YYNAMESPACE
using namespace yl;
#endif
#line 1 “.\\mylexer.l“
/****************************************************************************
mylexer.l
ParserWizard generated Lex file.
Date: 2015年11月24日
****************************************************************************/
#include
#include
#include
#include
using namespace std;
#include “tree.h“
#include “myparser.h“
#include “sign_table.h“
extern symbol_list symtbl;
extern YYSTYPE yylval;
int address=0;
Node node;
int lineno=1;
#line 66 “mylexer.cpp“
// repeated because of possible precompiled header
#include
// namespaces
#ifdef YYSTDCPPLIB
using namespace std;
#endif
#ifdef YYNAMESPACE
using namespace yl;
#endif
#include “.\mylexer.h“
/////////////////////////////////////////////////////////////////////////////
// constructor
YYLEXERNAME::YYLEXERNAME()
{
yytables();
}
/////////////////////////////////////////////////////////////////////////////
// destructor
YYLEXERNAME::~YYLEXERNAME()
{
}
#ifndef YYTEXT_SIZE
#define YYTEXT_SIZE 100
#endif
#ifndef YYUNPUT_SIZE
#define YYUNPUT_SIZE YYTEXT_SIZE
#endif
#ifndef YYTEXT_MAX
#define YYTEXT_MAX 0
#endif
#ifndef YYUNPUT_MAX
#define YYUNPUT_MAX YYTEXT_MAX
#endif
/****************************************************************************
* N O T E
*
* If the compiler generates a YYLEXERNAME error then you have not declared
* the name of the lexical analyser. The easiest way to do this is to use a
* name declaration. This is placed in the declarations section of your Lex
* source file and is introduced with the %name keyword. For instance the
* following name declaration declares the lexer mylexer:
*
* %name mylexer
*
* For more information see help.
****************************************************************************
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-12-02 14:45 编译原理语法树\
目录 0 2017-12-29 16:34 编译原理语法树\test++\
文件 749 2017-12-29 16:00 编译原理语法树\test++\Globals.h
文件 12956 2017-12-29 16:26 编译原理语法树\test++\mylexer.cpp
文件 1696 2017-12-29 16:26 编译原理语法树\test++\mylexer.h
文件 2440 2017-12-29 16:26 编译原理语法树\test++\mylexer.l
文件 12063 2017-12-29 16:26 编译原理语法树\test++\mylexer.v
文件 39560 2017-12-29 16:29 编译原理语法树\test++\myparser.cpp
文件 2772 2017-12-29 16:29 编译原理语法树\test++\myparser.h
文件 26071 2017-12-29 16:29 编译原理语法树\test++\myparser.v
文件 8640 2017-12-29 16:29 编译原理语法树\test++\myparser.y
文件 1379 2017-12-04 20:07 编译原理语法树\test++\sign_table.cpp
文件 477 2017-12-04 20:08 编译原理语法树\test++\sign_table.h
文件 751 2016-11-16 10:36 编译原理语法树\test++\test++.pgp
文件 268 2017-12-29 16:34 编译原理语法树\test++\test++.pgw
文件 23706 2017-12-09 13:08 编译原理语法树\test++\test++.zip
文件 185 2003-12-10 21:04 编译原理语法树\test++\tmp.c
文件 4414 2017-12-29 16:22 编译原理语法树\test++\tree.cpp
文件 1617 2017-12-28 22:57 编译原理语法树\test++\tree.h
- 上一篇:机房收费管理系统课程设计C语言
- 下一篇:文件管理系统C++
相关资源
- 北邮-编译原理-词法分析
- 现代编译原理-C语言描述
- 编译原理实验报告+代码+使用说明
- 编译原理课程设计-C语言子集编译器
- 赋值语句翻译c语言实现四元式
- 语法分析c语言实现程序代码+实验报告
- 编译原理用C++消除左递归
- 编译原理简易C编译器
- 实现语法分析器-编译原理
- 编译原理 LR分析器 c++代码
- 设计并实现TINYC语言的扫描程序TINYC
- LL(1)文法分析全过程(FIRST/FLLOW/S
- 编译原理 LR0项目集规范族的构造 L
- 山东大学编译原理实验源代码c++版
- 语法分析器 tiny语言语法分析
- C++语法分析器
- 简单函数绘图语言的解释器
- 语法分析c语言实现含报告
- Lex和Yacc从入门到精通.pdf
- 简易词法分析器——基于C语言
- LL(1)文法的实现-mfc-编译原理学习
- 词法分析代码内有报告
- 编译原理LL1文法的mfc实现含消除左递
- 编译原理词法分析实验
- pl/0语言的编译器
- C++实现编译原理自动机、LL1文法、及
- 编译原理语义分析程序 c++实现
- LL1语法分析器(c++)
- 编译原理 课程设计 DAG 报告+源码C++版
- 编译原理课程设计----语法分析器(
评论
共有 条评论