搜索资源列表
Syntax-Analyzer
- 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构-this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures meet the require
syntax-analysis
- 这是我从其他地方搜集过来的语法分析程序,希望对大家能有帮助-This is what I gather from other places over the syntax analysis procedures in the hope that we can to help
analysis-and-code-generation-of-Tiny
- 编译原理实验,编译TINY及其词法分析、语法分析、语义分析、代码生成,其中包含实验报告分析、代码和结果。-Compiler theory test, compile TINY and lexical analysis, syntax analysis, semantic analysis, code generation, which includes analysis of test reports, code and results.
syntax
- 语法分析-Grammatical Analysis
LL(1)Analysis
- 大学时的编译大作业,是对LL(1)语法的分析过程,会产生first集,follow集和预测分析表!-University at the time of compiling large operations, is a LL (1) syntax analysis process, will have first set, follow sets and predictive analysis table!
PROGRAM4
- 用Pascal语言编写的PL0的词法分析和语法分析功能的程序-By Pascal language PL0 the lexical analysis and syntax analysis procedures
cmm-syntax
- 参照清华大学《编译原理》写的cmm语言语法分析程序-Reference to Tsinghua University, Compiler Construction Principles written in language syntax analysis program cmm
Syntax
- 语法分析,编译原理中的语法分析,一共四个c++源码文件-Syntax analysis, compiling principle of syntax analysis, a total of four documents
Compiler
- 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tre
Introduction_to_compilers
- How to create a compiler, main parts of a compiler.Lexical analysis, Syntax analysis, Semantic analysis, Intermediate code generation, Optimization Code generation
Tiny-P-syntax-analysis
- 利用递归下降法实现Tiny+的语法分析,语义分析与及三地址码生成。语法分析能输出生成的语法树,语义分析创建符号表和变量类型检验,代码生成是生成三地址码。要求分析程序能给予出一定的错误提示-Recursive descent method to achieve Tiny+ syntax analysis, semantic analysis and three-address code generation. Syntax analysis can Output generated synta
syntax-analysis-
- 编译原理中语法分析的实现文件,包括头文件,以及存放的TXT文件-Compiler theory of syntax analysis of the implementation file, including header files, and TXT files stored
[C-Language]Syntax-analysis
- 编译原理,语法分析,程序,源代码,可直接运行,自己编写的-Compilation principle, [C Language]Syntax Analysis.zip,Source Code
c-Syntax-analysis
- 完成标准的c语言语法分析,实现所有的功能,可以运行,需提前写入文件,因进行的是文件的读取-Completion of the standard C language syntax analysis, all the features, you can run in advance to write to a file, a result of the file read
LL--Syntax-analysis
- 编译原理中用c++编写的ll语法分析器,LL语法分析器-LL Syntax analysis
syntax-analysis
- 这是一个用vc 6.0写的语法分析器,实现了简单的语法分析功能。运行是需要先提供输入和输出文件-This is a vc 6.0 parser written in a simple syntax analysis functions. Operation need to provide input and output files
Delphi-syntax-analysis
- Delphi syntax analysis 语法说明,包含基本常用语法以及实用实例-Syntax of Delphi syntax analysis, including the basic commonly used syntax and practical examples
Syntax-analysis
- 采用递归下降语法分析方法对输入的字符串进行语法分析,实现对词法程序提供的单词序列的语法检查和结构分析 待分析的Traning语言的语法用扩充的BN表示: 1.<程序>::=function<语句串>endfunc 2.<语句串>::=<语句>{ <语句>} 3.<语句>::=<赋值语句> 4.<赋值语句>::=ID=<表达式> 5.<表达式>::=<
Syntax-analysis
- 这是一份“语法分析”程序,可以实现判断符号、串并符号的功能-This is a "syntax analysis" program, can realize the function judgement symbol, string and symbol
syntax-analysis
- 使用C语言写的语法分析小程序,要借助flex和bison工具,输入符合LCC语言语法的程序段,程序会输出语法树。-Using C language to write the syntax analysis of small programs, with the aid of bison and flex tools, input in accordance with the LCC syntax of the program segment, the program will output th