搜索资源列表
yufafenxi
- 本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process i
yufafenxi
- 语法分析器的一个很好的源代码 非常实用 而且功能非常强大-parser a good source of very practical and very powerful
LL(1)yufafenxi
- 这是一个用C语言实现的LL(1)语法分析程序-This is a C language of LL (1) syntax analysis program
yufafenxi
- 编译原理语法分析器编程- The translation principle grammar analyzer programs
yufafenxi
- 语法分析器的一个很好的源代码 非常实用 而且功能非常强大-parser a good source of very practical and very powerful
LL(1)yufafenxi
- 这是一个用C语言实现的LL(1)语法分析程序-This is a C language of LL (1) syntax analysis program
yufafenxi(tiny)
- 我花了很长时间做的一个语法分析器, 他可以查看生成的语法树(如果无语法错误的话)-I spent a lot of time doing a parser, He can check the syntax tree production (if not the grammar mistakes)
YUFAFENXI
- 语法分析器的代码和EXE文件 由编译原理的算法编出的 -Grammar parser code and EXE file by the compiler algorithms allocation principle of
LR(0)yufafenxi
- 编译原理\LR(0) 语法分析器 编译原理\LR(0) 语法分析器-Compilation Principle LR (0) Compilation Principle parser LR (0) parser
yufafenxi
- 用visualC++实现的语法分析器,能够对编程语言的词法和句法进行分析-With visualC++ Realized parser, capable of programming language morphology and syntax analysis
yufafenxi
- 编译原理语法分析,需要的人可以下载去-Compilation Principle syntax analysis, those who need it can be downloaded to
yufafenxi
- 一个递归下降分析程序,实现了对语法分析程序所提供是单词序列的语法检查和结构,并实现了简单语言进行语法分析.-A recursive descent parser to realize a parser is provided by the word sequence and structure of the grammar checker, and the realization of a simple language syntax
yufafenxi
- 一个真正详细的语法分析器的程序,有详细注解-A real parser detailed procedures, detailed comments
yufafenxi
- 一个语法编译程序,包括词法分析器、语法分析器以及实现对简单程序设计语言中的逻辑运算表达式、算术运算表达式、赋值语句、IF语句、While语句以及do…while语句进行编译,并生成中间代码和直接生汇编指令的代码生成器-a english compile
yufafenxi
- 程序名称: 递归下降语法分析器 程序用途: 编译原理实验 实验题目: 识别下列表达式 E->E+T|T T->T*F|F F->(E)|i -Name: recursive descent parser program purposes: to compile the experimental subject of experiment: Identify the following expression
yufafenxi
- 编译器语法分析程序,输入一个表达式,进行语法分析-Compiler, parser, enter an expression for parsing
yufafenxi
- 语法分析程序 利用C++(或C)编制确定的自顶向下预测分析语法分析程序,并对简单语言进行语法分析。 待分析的简单语言的语法若文法G[ E]为: (1) E –> TE’ (2) E’ –> +TE’ (3) E’ –> e (4) T –> FT’ (5) T’ –> *FT’ (6) T’ –> e (7) F –> (E) (
yufafenxi
- 实现语法分析,用lex返回词法分析的结果,yacc进行分析-yufafenxi
yufafenxi
- ll1文法分析大综合!各种简单的复杂的语法分析,里面有实验报告和源代码,很有帮助-ll1 grammar analysis of large integrated! A variety of simple and complex grammatical analysis, which has experimental report and source code, very helpful