搜索资源列表
GrammarComplier
- C#语言编写的一个语法分析器,完成编译原理的实验作业
bianyiyuanli
- 编译原理语法分析器,里面有实验指导书和源代码,绝对可以用-Compiler theory parser, there are experimental instructions and source code can surely be
SLR(1)
- 编译原理SLR(1)语法分析器-SLR(1)
yufafenxi
- 编译原理课程设计之pp2语法分析程序,Decaf 语言语法分析器设计-Compiler Construction Principles of curriculum design PP2 parser, Decaf language parser design
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
TinyC
- 编译原理课设,TinyC,简化的C语言编译器,不能支持比较高级的C程序,可以生成汇编和语法树-Principle-based compiler class, TinyC, to simplify the C language compiler, can not support the more advanced C procedures, can generate the compilation and syntax tree
compile
- 编译原理演示程序 如词法分析器、语法分析器等-Show compiler theory, such as lexical analyzer, parser, etc.
MyParser3
- 用C++实现了语法分析器 《编译原理》 功能强大,是一个项目工程,希望能对大家有一定的帮助哈-Use C++ parser compiler theory "
bianyiyuanli
- 编译原理 语法分析与词法分析器 附赠文档-Parsing compiler theory lexical analyzer comes with documentation
CMMPLexicalPAnalyzer
- CMM词法语法分析器,编译原理的实践项目。武汉大学国际软件学院-CMM syntax analyzer, Wuhan University International School of Software
program
- 词法分析器,语法分析器等等可以用,编译原理课程设计-Lexical analyzer, parser, compiler theory curriculum design
BIANYI
- 编译原理课程所用的词法语法分析器.其中ma为词法,sa为语法.-Compiler theory curriculum used lexical parser which is lexical ma, sa for the syntax.
grammar
- 编译原理实验的语法分析器,实现语法分析器的基本要求-Parser compiler principle experiment, to achieve the basic requirements of the parser
test3
- 编译原理语法分析,对下述文法和单词表定义的语言设计编制一个语法分析器。(Compiler theory syntax analysis.)
语法分析器
- 输入一个表达式,若此表达式是算数表达式,则输出right,否则输出ERROR.(Enter an expression, if the expression is the arithmetic expression, the output right, ERROR. otherwise.)
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.)
yufa2
- 编译原理语法分析,输出语法分析后的语法树。(Syntax analysis of compiling principle)
grammar
- 预测分析法(LL(1)方法)的基本思想是:从文法开始符S出发,从左到右扫描源程序,每次通过向前查看 1 个字符,选择合适的产生式,生成中间推导过程以及句子的最左推导。本程序可以输入预测分析表,输出最左推导和中间过程。(The basic idea of prediction analysis method (LL (1)) is to start from the grammar start symbol S, and scan the source program from left to r
语法分析器
- 根据编译原理课程,用C/C++编译出来的简易语法分析器。(According to the compiler principles course, compiled by C/C++ simple syntax analyzer.)