Welcome![Sign In][Sign Up]
Location:
Search - yacc

Search list

[ELanguagerapport_of_lex_and_yacc

Description: 一篇关于LEX与YACC的编译原理报告,这是我在国外学校老师给我们看的资料,里面有非常详实的说明与源代码-one of the LEX and YACC compiler theory, This is my foreign teachers to show us the information, which is very informative notes and source code
Platform: | Size: 121856 | Author: pengdi | Hits:

[ELanguagetiger_Parsing

Description: 针对“虎书”中的tiger语言写的语法分析器 根据书中对tiger语言的描述写了72条文法,对所有冲突均进行了处理,都是无害的冲突。本分析器还能对部分错误恢复。 特别提示:使用命令"yacc -v tiger.grm"可得到文件y.output-the "tiger" that the tiger was the language syntax analyzer based on the book depicts the tiger language write to the 72 provisions of the law on all conflicts are conducted, are harmless conflict. The analyzer can to some error recovery. Special Tip : Use the command "yacc-v tiger.grm" available documents y.output
Platform: | Size: 254976 | Author: cjh | Hits:

[ELanguageLex_Yacc_Parser

Description: 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到相应分析表的构造 (4)LR(1)总控程序的构造(查表程序) (5)符号表的构建与相应管理程序 (6)语义动作程序的加入 环境:Visual Studio.NET 2003-Parser lex and yacc lexical analyzer C language 1.Lex (1) Lex lose into the analytical document (2) Analysis of the formal expression (3) a formal expression of the NFA conversion algorithm (4 ) more than the combined NFA (5) NFA and the determination of the smallest algorithm (6) to return to state and the return of the contents 2.Yacc counterparts (1) Yacc the analytical input file (2) context-free grammar to the corresponding LR (1) grammar pushdown automata Construction (3) LR (1) grammar pushdown automata corresponding to the tectonic analysis table (4) L R (1) General procedures for the control structure (look-up table) (5) Construction of the symbol table with the corresponding management procedures (6) semantic action procedures to the environment : Visual Studio 2003
Platform: | Size: 40960 | Author: 尤冉 | Hits:

[Otherc_include

Description: 一个成功的不需要做任何修改的lex-yacc的demo,可以在parser generator或lex-bison下成功运行-a successful no need for any changes to the lex- yacc the demo, the parser generator or lex- bison successful operation
Platform: | Size: 11264 | Author: minan | Hits:

[ELanguageansi.c.grammar

Description: C语言的lex\Yacc文法实现,在linux\Unix的shell中直接可以生成所有的文件。Unix下可以直接使用lex和Yacc生成可执行程序。-C language lex \ Yacc grammar realized, In linux \ Unix shell can be directly generated all the documents. Unix can be used directly lex and Yacc generating executable programs.
Platform: | Size: 7168 | Author: 123456 | Hits:

[ELanguageYACC_Lex

Description: YACC和Lex集成开发环境,现在要找到它还真不容易,加上自己收集的一些例子,希望对大家有帮助.-integrated development environment, now find it really is not easy, with its own collection of some examples, and I hope to be helpful.
Platform: | Size: 11925504 | Author: 阿松 | Hits:

[ELanguagecompaliar

Description: 本源码为一个编译原理课程设计程序,它采用了YACC和LEX实现了一个功能强大的计算器编译器!
Platform: | Size: 267264 | Author: cowfish | Hits:

[ELanguageminus_C_by_Lex_Yacc

Description: 用lex和yacc解析的超牛C minus 编译器-Using lex and yacc analytical ultra-Niu C minus compiler
Platform: | Size: 32768 | Author: 陈水德 | Hits:

[ELanguageLex_Counter

Description: 使用LEX/YACC 编写的计算器程序 在VC环境下使用-The use of LEX/YACC calculator program written in VC environment
Platform: | Size: 225280 | Author: 段庆伟 | Hits:

[ELanguagecalc

Description: yacc 的demo...大家可以使用哦-yacc the U.S. can use the demo ... oh
Platform: | Size: 3072 | Author: 张起润 | Hits:

[ELanguagelex_yacc

Description: LEX&YACC中文版,该书是描述如何构造词法分析程序和语法分析程序的经典之作,机械工业出版社出版,目前已经绝版。-LEX
Platform: | Size: 5524480 | Author: andy | Hits:

[ELanguageansic_lex_yacc

Description: ANSI C的标准词法描述和文法描述,使用lex和yacc即可编译出可用的C语言源代码,通过这两个描述文档,即可实现最简单的C语法解析器。-ANSI C standard lexical grammar description and a description of the use of lex and yacc to compile the available C-language source code, through the description of these two documents, you can realize the most simple C grammar parser.
Platform: | Size: 5120 | Author: andy | Hits:

[ELanguageYacc1824_ref_951

Description: Yacc说明及使用文档 yacc(Yet Another Compiler Compiler),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。-Yacc description and use of documents yacc (Yet Another Compiler Compiler), is a Unix/Linux used to generate a compiler compiler (compiler code generator). yacc compiler-generated is mainly used C language grammar parser (Parser), need to be used in conjunction Lex lexical parser, and then arose from the two parts of C procedures together with the compiler. yacc originally only in Unix systems only, but has generally been transplanted to the existing Windows and other platforms.
Platform: | Size: 525312 | Author: 石头 | Hits:

[ELanguageLex-YACC-HOWTO

Description: lex 词法分析器的功能和输出格式 词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的 -lex lexical analyzer function and output format of the lexical analyzer function is an input source, output word symbols. Lexical analyzer of the word symbol is often expressed as the following binary-type (other types of code words, word symbols
Platform: | Size: 36864 | Author: Xianliang.liu | Hits:

[ELanguageLexandYacc

Description: lex和yacc的简明教程。作者 :Thomas Niemann。 本书将教会你如何使用和构造一个编译器。-lex and yacc tutorial concise. Author: Thomas Niemann. This book will teach you how to use and construction of a compiler.
Platform: | Size: 349184 | Author: lynette | Hits:

[ELanguageexample

Description: vc开发的编译器,使用lex和yacc进行词法器和语法器的构造,清晰的文件显示两种文件的语法结构-vc compiler development, the use of lex and yacc for lexical and grammatical devices of the structure, clear documents show the two documents grammatical structure
Platform: | Size: 215040 | Author: xinghua | Hits:

[ELanguage07100555641

Description: YACC与LEX教程 英文原版(中文书附代码与答案)-YACC and LEX tutorial in English (Chinese book attached code and answers)
Platform: | Size: 5583872 | Author: 雷达 | Hits:

[ELanguageParserGeneratorForCalculator

Description: 自动生成工具lex yacc构造的小计算器-Lex yacc tools automatically generate the structure of small calculator
Platform: | Size: 8192 | Author: frr | Hits:

[ELanguagestudy_Lex_Yacc

Description: Lex 和Yacc 简明教程 本书将教会你如何使用lex 和yacc 构造一个编译器。 lex 和yacc 是两个用来生成词汇分析器和剖析器的工具。 导言部分描写了构建编译器所需的基本部分,以及lex 和yacc 之间的互动关系。后面两章更加详细的描写了lex 和 yacc。构建了一个经典的计算器程序。这个计算器支持常用 的算术符号和控制结构,例如实现了像ifelse和while 这样的控制结构。经过小小的修改,就把这个计算器转换成一个可以运行在基于栈的计算机上的编译器。-Lex and Yacc tutorial concise book will teach you how to use lex and yacc to construct a compiler. lex and yacc are used to generate lexical analyzer and parser tools. Introductory section describes the compiler to build the basic parts, as well as lex and yacc interaction between. Behind the two chapters of a more detailed description of the lex and yacc. Construction of a classic calculator program. The calculator supports the common arithmetic symbols and control structure, for example, realize like ifelse and while such a control structure. After small modifications, so the calculator can run into a stack-based computer compiler.
Platform: | Size: 351232 | Author: 蒋崇武 | Hits:

[Otherlexyacc-7

Description: the guide of lex and yacc this is good for compiler construction
Platform: | Size: 122880 | Author: mike pan | Hits:
« 1 2 3 4 56 7 8 9 10 ... 26 »

CodeBus www.codebus.net