搜索资源列表
pascalbianyi
- 一个相当不错的词法和语法分析器,基于可视化的,很好用的-a pretty good morphology and syntax analyzer, based on the visualization of the good
SLR1
- 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
Compiler
- 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
CMMPLexicalPAnalyzer
- CMM词法语法分析器,编译原理的实践项目。武汉大学国际软件学院-CMM syntax analyzer, Wuhan University International School of Software
jflex-1.4.1
- 用java语言编写的词法分析器,可以根据manual的要求编写词法文件,自动生成语法分析器。-Lexical analyzer java language, according to the requirements of the manual preparation of lexical files, and automatically generate a parser.
program
- 词法分析器,语法分析器等等可以用,编译原理课程设计-Lexical analyzer, parser, compiler theory curriculum design
yufafenxi(LL1)
- 该程序为LL(1)自顶向下词法+语法分析器,输入特定语句,输出LL(1)自动机栈的情况-failed to translate
Lexical
- java语言编写的,对c语言的编译器,包括词法和语法分析器,在水仙花数程序上测试通过-java language the c language compiler, including lexical and syntax analyzer, the daffodils on the test program
LexicalAnalysis
- 用java语言写的一个词法、语法分析器,实现简单的词法语法分析。-Using java language to write a lexical parser, a simple syntax analysis.
compiler
- 编译器实验报告。包括词法分析器,语法分析器,中间代码生成以及整个编译器。-Compiler experimental report. Including lexical analyzer and parser, intermediate code generation and the entire compiler.
analyzer
- 编译原理语法分析器、词法分析器代码,运行程序时,需用文件保存要分析的程序代码,建议用pascal语言编写要分析的代码-Parser compiler theory, lexical analyzer code, run the program, use a file is saved to analyze the program code, we recommend using pascal language code to be analyzed
FinalExperiment
- 编译原理综合实验,内容:词法分析器,语法分析器,语气分析器,综合大实验;内附完整代码+测试文件+实验报告。-Comprehensive experimental compiler theory, content: lexical analyzer, parser, tone analyzer, Comprehensive experiments test file containing the complete code++ test report.
test2
- 词法分析器,语法生成树,内含详细程序要求和说明以及环境配置-text tree
3
- 将实验一“词法分析器”与实验二“语法分析器”之间的衔接方式由独立一遍改为独立子程序。 于语法正确的表达式,报告“语法正确”; 对于语法错误的表达式,报告“语法错误”, 指出错误原因。 -The Cohesion experiment " lexical analyzer" and Experiment II " parser" between independent again to separate subroutine. Grammat
2
- 上海大学编译原理实验二 词法分析 pl/0将实验一“词法分析”的输出结果,作为表达式语法分析器的输入,进行语法解析,对于语法正确的表达式,报告“语法正确”; 对于语法错误的表达式,报告“语法错误”, 指出错误原因。-Compiler theory Shanghai University Experiment II Lexical analysis pl/0 to experiment a "lexical analysis" of the output, as the
bianyiyuanli
- 一个简单编译器,分为词法分析器,语法分析器,中间代码生成。-A simple compiler, divided into lexical analyzer, parser, intermediate code generation.
compiler
- c语言子集编译器,完成词法分析、语法分析、语义分析,输出四元式。(C language subset compiler, lexical analysis, syntax analysis, semantic analysis, output four-unit sentence.)
bianyi
- 一个简单的c语言编译器,词法分析 语法分析 符号表 中间代码生成(lexical analyzer symbol table ,gramm analysis object code)
flex&yacc
- 实现编译原理实验的词法分析和语法分析,最终生成产生式。(The lexical analysis and grammatical analysis of the compiling principle experiment are finally generated.)
getchar11
- 从缓冲区中读取文字,并作词法和语法分析。(Read text from the buffer ,And the method of writing and the analysis of grammar.)