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

Search list

[FlashMXFlex_a_Bison

Description: 《flex与bison》被期待已久,是经典O’Reilly系列书籍《lex & yacc》的续篇。在原书出版以来的近20年中,flex和bison已被证明比原来的Unix工具更可靠、更强大-"Flex and bison" long-awaited, is classic O Reilly series of books "lex & yacc" sequel. In the original book was published nearly 20 years since, flex, and bison has been shown than the original Unix tools more reliable, more powerful
Platform: | Size: 2853888 | Author: heran | Hits:

[FlashMXSomeLifeProject1.tar

Description: somelife project bison
Platform: | Size: 264192 | Author: LONG | Hits:

[ELanguageSomeLifeProject1

Description: 编译原理 somelife code 需要bison和flex 支持, 通过这个程序对编译原理大概的了解-Code compiler theory somelife need bison and flex support through this program, compiler theory about understanding
Platform: | Size: 249856 | Author: 张烨 | Hits:

[ELanguagezc2

Description: 这是一个词法分析和语法分析的代码,是一个编译器的前段,-this is a simple compiler about lex.l and bison.y.
Platform: | Size: 48128 | Author: zhou yan | Hits:

[ELanguagecode

Description: 一个结合flex和bison编写的词法分析/语法分析和语义错误检查程序,对C语言进行检查-an analyser for C programming language using GNU flex and bison
Platform: | Size: 11264 | Author: 冬雨辰 | Hits:

[ELanguagepar

Description: 这是编译原理的源代码,涉及到了编译原理的词法分析,语法分析。本实验采用flex和bison工具,编写了一个lex程序和一个yacc程序,实现的功能是对源程序进行词法分析和语法分析,并输出语法分析的过程。-This is source code of principles of Compilers, involving lexical analysis, syntax analysis in principles of Compilers. This experiment used flex and bison tools, a lex program and a yacc program were wrote to implemented it, function of this source program is to analyse source code wrote in C, and output the results.
Platform: | Size: 437248 | Author: 戴珊珊 | Hits:

[Linux-Unixbison-2.5.tar

Description: boa服务器linux下的单进程服务器可以挂载视频服务器使用或者web服务器-boa boa linux boa boa boa boa boa
Platform: | Size: 2703360 | Author: pld | Hits:

[ELanguageflex

Description: 基于flex和bison的编译原理,词法分析-Flex and bison based compiler theory, lexical analysis
Platform: | Size: 76800 | Author: Ethan | Hits:

[ELanguagelc

Description: 引用原作者:这个类C编译器是我在2008年写的,完成度并不高,并没有实现指针、struct这些,不过还是实现了基本的C语言数据类型(int/char/long/short等),函数的声明、定义、调用、递归,if/for/while/goto等跳转,详细请看sample和source。 为了节省开发的时间,词法和语法分析分别采用lex和yacc编写,可以用Cygwin里面的flex和bison进行编译。另外我觉得编译成x86的bytecode比较麻烦,所以定义了一套自己的bytecode,以及写了一个虚拟机(叫模拟器更准确)去执行它,这部分是比较好修改的,而且我生成的bytecode要比x86的指令体系精简,也跟平台无关,可能适合移植到一些对运行环境要求较苛刻的地方。-Reference to the original author: This class C compiler is written in 2008, to complete the degree is not high, and did not realize the pointer to the struct, but still achieve the basic C data types (int/char/long/short, etc. ), the function declaration, definition, call, recursive, and if/for/while/a goto, etc. Jump in detail please see the sample and the source. In order to save development time, lexical and syntax analysis were used lex and yacc to write, can be compiled with Cygwin inside the flex and bison. In addition, I think compiled into x86 bytecode is too much trouble, so to define its own set of bytecode, and write a virtual machine (called the simulator is more accurate) to execute it, this part is modified, but I generated bytecode than x86 instructions to streamline the system, also has nothing to do with the platform, may be suitable for transplantation to the harsh operating environment requirements.
Platform: | Size: 69632 | Author: Elijah | Hits:

[Windows Developfintterpreteel

Description: flex&bison做的C语言编译器文件写在word里,列表为,内含详细注解-flex & bison files of the C language compiler written in word, list, containing detailed notes
Platform: | Size: 6144 | Author: debates | Hits:

[ELanguageIEC61131-ST-parser

Description: This IEC 61131 parser inplmenetation using C and YACC/BISON parser generator
Platform: | Size: 43008 | Author: Oleg | Hits:

[VC/MFCcifafenxi

Description: (1)设计符号表 确定符号表的组织方式,一般应包括名字栏和信息栏,其中名字栏作为关键字。要考虑能够存储有关名字的信息,并可以高效地完成如下操作: a.查找:根据给定的名字,在符号表中查找其信息。如果该名字在符号表中不存在,则将其加入到符号表中,否则返回指向该名字的指针; b.删除:从符号表中删除给定名字的表项。 (2)设计词法分析器(也可以使用FLEX生成词法分析器) 设计各单词的状态转换图,并为不同的单词设计种别码。将词法分析器设计成供语法分析器调用的子程序。功能包括: a. 能够拼出语言中的各个单词; b. 将拼出的标识符填入符号表; c. 返回(种别码, 属性值)。 (3)语法分析与中间代码产生器(也可以使用BISON生成语法分析程序)   要求用递归下降分析法、预测分析法或SLR分析法,实现对表达式、各种说明语句、控制语句进行语法分析。   若语法正确,则输出一棵语法树。   若语法错误,要求指出出错性质和出错位置(行号)。出错处理应设计成一个出错处理子程序。-(1) Design symbol table Determine the symbol table of organization, the general should include the name bar and bar, where the name column as a keyword. To be considered capable of storing information about the name, and the following operations can be efficiently completed: a find: Find its information according to the name given in the symbol table. If the name does not exist in the symbol table, then it is added to the symbol table, otherwise it returns a pointer to the name of the pointer Delete: delete the given name from the symbol table entry. (2) design of lexical analyzer (You can also use the FLEX generate the lexical analyzer) The design of each word in the state transition diagram, and a word design for different kind as code. The lexical analyzer is designed for the parser calls the subroutine. Features include: a. to spell out each word in the language b. spell identifier fill in the symbol table c. return (other code, attribute values). (3) syntax analysis an
Platform: | Size: 2048 | Author: 夏帆 | Hits:

[ELanguageexamen-tp-compil

Description: l examen de compilation pour la L3 à l université de l USTH à Alger. Flex/Bison-l examen de compilation pour la L3 à l université de l USTH à Alger. Flex/Bison
Platform: | Size: 15360 | Author: imen | Hits:

[AI-NN-PRseq-sat-sgplan6

Description: SGPlan6是伊利诺伊大学最新研制的智能规划器,在第5界世界规划大赛中获得次优规划器冠军,使用Linux C++设计,需借助Flex和Bison工具提供对PDDL的编译器功能。-The University of Illinois is the latest development of intelligent planning SGPlan6 to suboptimal planning Champions in the 5th World Planning Competition use the Linux C++ design requires the use of Flex and Bison tools provide the compiler of PDDL.
Platform: | Size: 825344 | Author: michaeldoer | Hits:

[OS programCompiler

Description: 一个用C++编写的基于flex和bison编写的简单C语言编译器,输出汇编代码为LLVM,在代码生成阶段采用了LLVM的C++的API实现-A C++ based on flex and bison written a simple C language compiler output assembler code for LLVM, the code generation phase using LLVM s C++ API implementation
Platform: | Size: 2288640 | Author: 胡望胜 | Hits:

[Software EngineeringRapport

Description: It allows to implement a compiler of the C language with flex and bison.-It allows to implement a compiler of the C language with flex and bison.
Platform: | Size: 484352 | Author: imen | Hits:

[ELanguagetiny-complier

Description: Source code using lex and flex/bison to compile "tiny" programming language from the lexical analysis phase to code generation
Platform: | Size: 27648 | Author: reaper_2334 | Hits:

[ELanguageregistry.tar

Description: 利用flex&bison解析windows注册表的小程序,在解析完成后写入到linux的文件系统中。-Flex & resolve by the nonproprietary bison windows registry program, written after the completion of the analysis to the Linux file system.
Platform: | Size: 102400 | Author: 苏东 | Hits:

[Linux-Unixarith

Description: Skeleton parser for Yacc-like parsing with Bison,
Platform: | Size: 12288 | Author: kinxinmeng | Hits:

[Linux-Unixassoc

Description: Associativity information. This file is part of Bison, the GNU Compiler Compiler.
Platform: | Size: 1024 | Author: keikuebing | Hits:
« 1 2 3 4 5 6 7 89 10 11 »

CodeBus www.codebus.net