Welcome![Sign In][Sign Up]
Location:
Search - syntax analysis

Search list

[ELanguageSyntax-Analyzer

Description: 此程序共有两个类,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 requirements of the structure
Platform: | Size: 89027 | Author: 小小 | Hits:

[ELanguagesyntax-analysis

Description: 这是我从其他地方搜集过来的语法分析程序,希望对大家能有帮助-This is what I gather from other places over the syntax analysis procedures in the hope that we can to help
Platform: | Size: 4943 | Author: zwz | Hits:

[SourceCodesyntax

Description: 语法分析-Grammatical Analysis
Platform: | Size: 13312 | Author: rfr | Hits:

[ELanguageSYNTAX

Description: LL(1)语法分析系统-LL (1) grammar analysis system
Platform: | Size: 13312 | Author: 严丽平 | Hits:

[ELanguage算符优先语法分析器

Description: 算符优先语法分析器,根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。-operator priority syntax analyzer, according to operator priority analysis, expression for syntax analysis, judgment, an expression is correct.
Platform: | Size: 194560 | Author: 李白 | Hits:

[ELanguagelr(1)

Description: 一个很好的LR(1)语法分析的源码实现-a good LR (1) syntax analysis of the source code to achieve
Platform: | Size: 2048 | Author: 张坚水 | Hits:

[Other resource060614011958

Description: 包括词法分析语法分析语义分析(附有源代码)-including lexical analysis syntax analysis semantic analysis (with source code)
Platform: | Size: 1164288 | Author: sky | Hits:

[ELanguageSyntax-Analyzer

Description: 此程序共有两个类,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 requirements of the structure
Platform: | Size: 150528 | Author: 小小 | Hits:

[ELanguagesyntax-analysis

Description: 这是我从其他地方搜集过来的语法分析程序,希望对大家能有帮助-This is what I gather from other places over the syntax analysis procedures in the hope that we can to help
Platform: | Size: 5120 | Author: zwz | Hits:

[Windows DevelopIntroduction_to_compilers

Description: How to create a compiler, main parts of a compiler.Lexical analysis, Syntax analysis, Semantic analysis, Intermediate code generation, Optimization Code generation
Platform: | Size: 485376 | Author: 4EsT | Hits:

[ELanguageTiny-P-syntax-analysis

Description: 利用递归下降法实现Tiny+的语法分析,语义分析与及三地址码生成。语法分析能输出生成的语法树,语义分析创建符号表和变量类型检验,代码生成是生成三地址码。要求分析程序能给予出一定的错误提示-Recursive descent method to achieve Tiny+ syntax analysis, semantic analysis and three-address code generation. Syntax analysis can Output generated syntax tree, semantic analysis to create a symbol table and variable type checking, code generation is to generate three Address code. Requirements analysis process can give a certain error
Platform: | Size: 580608 | Author: 小罗 | Hits:

[ELanguagesyntax-analysis-

Description: 编译原理中语法分析的实现文件,包括头文件,以及存放的TXT文件-Compiler theory of syntax analysis of the implementation file, including header files, and TXT files stored
Platform: | Size: 5120 | Author: wang | Hits:

[ELanguage[C-Language]Syntax-analysis

Description: 编译原理,语法分析,程序,源代码,可直接运行,自己编写的-Compilation principle, [C Language]Syntax Analysis.zip,Source Code
Platform: | Size: 7168 | Author: 冯亮 | Hits:

[ELanguagec-Syntax-analysis

Description: 完成标准的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
Platform: | Size: 256000 | Author: 侯超俊 | Hits:

[ELanguageLL--Syntax-analysis

Description: 编译原理中用c++编写的ll语法分析器,LL语法分析器-LL Syntax analysis
Platform: | Size: 1872896 | Author: dlq | Hits:

[Windows Developsyntax-analysis

Description: 这是一个用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
Platform: | Size: 10240 | Author: 李双 | Hits:

[Delphi VCLDelphi-syntax-analysis

Description: Delphi syntax analysis 语法说明,包含基本常用语法以及实用实例-Syntax of Delphi syntax analysis, including the basic commonly used syntax and practical examples
Platform: | Size: 157696 | Author: Sundy | Hits:

[ELanguageSyntax-analysis

Description: 采用递归下降语法分析方法对输入的字符串进行语法分析,实现对词法程序提供的单词序列的语法检查和结构分析 待分析的Traning语言的语法用扩充的BN表示: 1.<程序>::=function<语句串>endfunc 2.<语句串>::=<语句>{ <语句>} 3.<语句>::=<赋值语句> 4.<赋值语句>::=ID=<表达式> 5.<表达式>::=<项>{+<项>|-<项>} 6.<项>::=<因子>{*<因子>|/<因子>} 7.<因子>::=ID|NUM|<表达式>-A string with the recursive descent parsing method for input of syntax analysis, syntax checking and structure analysis of lexical word sequence of the program The analysis of the Traning language grammar represented by extended BN: The 1.< program >:: =function< statement string >endfunc The 2.< statement string >:: =< statement >{ < statement >} The 3.< statement >:: =< assignment statement. 4.< assignment statement >:: =ID=< expression. 5.< expression:: =< item >{+< item > >|-< item >} 6.< >:: =< factor >{*< factor >|/< factor >} 7.<:: =ID|NUM|< expression factor > >
Platform: | Size: 1024 | Author: 吴亮 | Hits:

[Data structsSyntax-analysis

Description: 这是一份“语法分析”程序,可以实现判断符号、串并符号的功能-This is a "syntax analysis" program, can realize the function judgement symbol, string and symbol
Platform: | Size: 5120 | Author: Chen | Hits:

[Othersyntax-analysis

Description: 使用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 the syntax tree.
Platform: | Size: 4096 | Author: majin | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net