搜索资源列表
bison
- bison源代码.bison 是替代yacc的语法分析程序生成器. yacc是 Yet Another Compiler Compiler的缩写. bison又是什么呐 是一个生成可以分析文本文件结构的程序的程序. 用户不用直接编写程序而只用确定好如何分析这些文本文件的规则就可以了. 这种文本结构应用的例子举不胜举, 其中一个就是计算器(calculator).-bison source code. Bison is a replacement generates a syntax analys
zwj
- lr(0)分析器编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 - Translation principle LR (0) grammar analyzer input legitimate LR (0) the grammar, will output LR (0) the analytical table, and will be allowed to
diguixiajiangfa
- 这是一个递归下降法做的语法分析小源码,希望对感兴趣的人有所帮助
yufa
- 利用C语言编制递归下降分析程序,并对简单语言进行语法分析,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-The use of C language drop analysis of recursive procedures, and simple language syntax analysis, the realization of the lexical analysis procedure provided by the grammar checker word sequenc
uboot-makefile
- 对uboot的makefile的语法分析非常详细,是学习ubootmakefile的好资料-On uboot the makefile parsing is very detailed, good information to learn ubootmakefile
LL1
- 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器-Elimination of left-recursive grammar to make grammar meet to determine the top-down analysis of the conditions for an LL (1) Analysis Parser
yufa
- 一个语法分析程序 功能较齐全 编译老师留作业 改改交的-A parser function to compile a more complete teacher changed settlement to stay operation of the
yufa2
- c++的语法分析程序 包括first集和follow集 功能比较齐全 编译老师留的大作业-c++ the syntax analysis process includes the first set and follow relatively complete feature set to remain the largest teachers compile operation
4
- 用于pl/0语法分析,输入计算的表达式就可以得到计算最终结果,-For pl/0 grammar analysis, input calculation expression can be calculated on the final results,
NEW
- 编译原理:实现中间代码生成。从终端读入用户输入,经过词法分析,生成中间代码,以此作为语法分析的输入。-Compilation Principle: To achieve intermediate code generation. Read user input from the terminal, through lexical analysis, intermediate code generation as parsing input.
lex
- 课堂练习 系统编程 词义分析 编译原理 语法分析-Classroom exercises system programming semantic analysis of grammatical analysis Compiler Principle
parserC
- 编译原理,递归下降语法分析程序C,可接可编译-Compiler theory, recursive descent parser C, which can be accessed can be compiled
my_parse
- 该程序是用来实现语法分析,算法采用算符优先算法,优先表从文件中读取-The program is used to achieve syntax analysis, algorithm uses operator precedence algorithm, the priority table to read from a file
yuyifenxi
- 通过上机实习,加深对语法制导翻译原理的理解,掌握将语法分析所识别的语法成分变换为中间代码的语义翻译方法。-Internship through the machine, to deepen understanding of the principles Syntax Translation, master the grammar of syntax elements recognized by the semantics of change for the intermediate code t
Packret
- 关于语法分析的权威书籍,没有中文译本因为没有人敢保证自己真正能翻译过来。这就是Parsing Techniques-This 320-page book treats parsing in its own right, in greater depth than is found in most computer science and linguistics books. It offers a clear, accessible, and thorough discussion of man
yuyifenxi
- 编译器的前期工作,词法分析、语法分析以及语义分析,本程序就是完成这样的功能,已经具有编译器的基本报错以及语义分析功能,供大家参考-The preparatory work of the compiler, lexical analysis, parsing and semantic analysis, this procedure is to accomplish this function, has a compiler error, and semantic analysis capabil
CMake_Tutorial_zuixin
- cmake的官方指南,可以自动化编译,最全的语法分析。非常好的东西-ake official guide, can be automated compile the most complete parsing. Very good thing
CmmParse
- 简单parse,符合编译原理课设要求。可以进行语法分析和四元式输出-Simple parse, in line compiler theory class-based requirements. Parsing and quaternary output
mySNL
- 程序是编译原理课程的基于SNL语言的编译器(词法分析,语法分析,语义分析),该压缩包包含程序运行所需的所有代码,所需文本文件放到D盘即可,词法分析和LL1语法分析部分在实现上有亮点,是课程设计非常值得参考的资料-The program compiler theory of curriculum-based the SNL language compiler (lexical analysis, parsing, semantic analysis), the compression progra
50268419
- VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析(VC realize PL0 compiler, the program realization of lexical analysis, syntactic analysis and semantic analysis)