搜索资源列表
bianyishiyan
- 用visual c++6.0编写的编译原理实验,其中含词法分析、语义分析、算符优先分析的程序。-With the preparation of visual c++6.0 compiler experiment, which included lexical analysis, semantic analysis, the analysis of operator priority procedures.
LR
- 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
1_scanner
- 编译原理实验,一个词法分析器,输入需要分析的单词输出Tokens串。编写比较简单有一定的代表性。-Compiler experiment, a lexical analyzer, enter the word need to analyze the output string Tokens. Relatively simple to prepare a certain level of representativeness.
Lex
- 通过设计、调试词法分析程序,实现从源程序中分出各种单词的方法;熟悉词法分析程序所用的工具自动机,进一步理解自动机理论。掌握文法转换成自动机的技术及有穷自动机实现的方法。确定词法分析器的输出形式及标识符与关键字的区分方法。加深对课堂教学的理解;提高词法分析方法的实践能力。通过本实验,应达到以下目标: -Through the design, debug lexical analysis procedures, to achieve separation from the source in a
Complie
- 一个小型的编译程序,用于学习实验。 文件中包含有 词法分析 语法分析 编译程序等 -Compile a small program for learning experiment. File contains lexical analysis parser compiler, etc.
compile
- 编译原理实验一源文件的输入输出、 二词法分析-Principle Experiment 1 source file to compile the input and output, two lexical analysis
zhonghccSLex
- 编译原理实验进行词法分析的小工具slex,方便好用。-Compiler Construction Principles experiment lexical analysis of the gadget slex, easy to use.
fx
- 词法分析程序,编译原理实验。。。 词法分析程序,编译原理实验-Lexical analysis program, the compiler of-principle experiment. . . Lexical analysis program, the compiler of-principle experiment. . .
LR0
- 实现词法分析,并用LR0实现语法分析.这是编译原理的实验时候做的。-It realized the lexical analysis and grammatical analysis function, it was written by C++ language.
PA1
- 清华大学计算机科学与技术系编译原理课大实验PA1,词法分析-Department of Computer Science and Technology, Tsinghua University, compiling principle lesson experiment in PA1, lexical analysis
cifafenxi
- 编译原理的词法分析,并附上实验报告。希望对大家有帮助-Compiler theory of lexical analysis, together with the experimental report. Hope to help
cifafenxiqi
- 编译原理实验报告,包括词法分析,以及详细报告-Compiler theory test reports, including lexical analysis, and detailed reports
bianyi
- 包括表达式求值,词法分析,四元化中间代码,语法分析的实验-Including expression evaluation, lexical analysis, Quaternary of the middle code, parsing the experiment
bianyizonghe
- c语言编写的编译原理综合性实验,实现部分c语言代码段的词法、语法、语义分析,最后输出四元式。 没什么突出的,但是保证是最详细的。-c language compiler principles of comprehensive experiment, c language code to achieve some of the lexical, syntax, semantic analysis, the final output quaternion type. Nothing outsta
lexicalanalysis
- 编译实验词法分析报告郑章孝 参考南大翻译的龙书-Experimental lexical analysis compiled Zheng Zhang Xiao-Long book reference South translation
bianyi
- 简单的编译实验,实现对代码进行词法分析,语法分析,以及语义分析等。希望对各位有用。-Simple compilation test, the code to achieve lexical analysis, syntax analysis, and semantic analysis. You want to be useful.
87
- 词法分析 编译原理实验 c++ 词法分析 编译原理实验 c-Lexical analysis
yuyifenxicx
- 编译原理实验报告 词法分析器 语义语法分析-Compiler theory lexer semantic parsing
bianyi
- 编译原理实验,有关词法分析的,已经验收过,可以运行的,希望可以帮到需要帮助的人-Compile principle experiment, the lexical analysis, have been accepted before, you can run, and the desire to help people in need of help
tiny
- tiny语言编译器 词法分析部分 实验报告与代码-tiny compiler