搜索资源列表
531826129
- 递归下降语法分析-decline recursive grammar analysis
递归下降
- 简单的语法分析,递归下降语法分析-simple syntax analysis, recursive grammar analysis drop
bnf
- BNF 递归下降语法分析器 文法: E->E+T|T T->T*F|F F->(E)|i-BNF recursive grammar decline parser : E-
dgxjyffxq
- 递归下降语法分析器,如果有错误,请把getch()改成getchar() 把putch()改成putchar()VC6.0下编译执行OK-recursive syntax analyzer decline, if there was any mistake. Please getch () changed getchar () putch () changed putchar () V under+6.0 compiler implem
CP_DESIGN
- 编译原理全套实验源代码。包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-compile a full set of experimental principle source code. Including lexical analysis, recursive grammar decline, LL (1) syntax analysis, priority simple syntax anal
compile_1
- 根据某文法,构造一基本递归下降语法分析程序。给出分析过程中所用的产生式序列。 -grammar, a basic structural decline recursive grammar analysis procedures. Analysis is the process used in the production sequence.
diguixiajiangfenxi
- 这是一个用C语言实现的递归下降语法分析的程序-This is a C language syntax down the recursive analysis procedures
dgxjf
- 一个递归下降语法分析器。 测试数据为 i a + nul ( nul i b * nul i c ) nul # nul -dropped a recursive grammar analyzers. Test data for a nul i (i nul nul i b* c) nul nul#
dgxj
- 用C++实现编译原理的递归下降语法分析 用C++实现编译原理的递归下降语法分析-C compiler to achieve the principle of recursive grammar analysis dropped C compiler to achieve the principle of recursive grammar analysis drop
d
- 递归下降语法分析器
edit
- 一. 实验内容: 实验一:设计,编制并调试一个词法分析程序,加深对词法分析程序原理的理解。 实验二:语法分析程序:编制一个递归下降语法分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。 -1. Experiment content: The experiment I: design, compile and debug a lexical analysis procedures, better und
123
- 用C语言实现递归下降语法分析,编译实验程序举例。-Using C language decline recursive grammar analysis, compiled the experimental procedure, for example.
diguixiajiangyufafenxi
- 编译原理 递归下降语法分析 根据某文法,构造一基本递归下降语法分析程序。给出分析过程中所用的产生式序列。-Principle of recursive descent compiler syntax analysis in accordance with a grammar, the basic structure of a recursive descent parser. Given analysis process used
parsing
- 采用递归下降语法分析方法进行语法分析,编译原理大作业,语法分析-Decline in the use of recursive grammar grammar analysis methods analysis, compiling principle large operations, analysis of grammar
yufa
- 编译原理实验递归下降语法分析源程序,判断句子是否符合文法规定-Principle of recursive descent compiler experimental analysis of source grammar to determine whether the sentence in line with the provisions of grammar
Recursive_descent_parser
- 通过设计、编制、调试一个递归下降语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,掌握常用的语法分析方法。通过本实验,应达到以下目标: 1、掌握从源程序文件中读取有效字符的方法和产生源程序的内部表示文件的方法。 2、掌握词法分析的实现方法。 3、上机调试编出的词法分析程序。 -By designing, developing, debugging a recursive descent parser
TESTparse
- 以TEST语言为例,实现递归下降语法分析-test
parserC
- 编译原理,递归下降语法分析程序C,可接可编译-Compiler theory, recursive descent parser C, which can be accessed can be compiled
Compile-principle-experiment1-6
- 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to
ex2
- 编译原理实验,实现递归下降语法分析,比较简单的小程序(Compiler theory experiments, recursive descent syntax analysis, relatively simple procedure)