搜索资源列表
cad2
- C语言语法分析程序。
C语言表达式的语法分析
- 该文描述了C语言表达式的文法,并由该文法生成算符优先矩阵和算符优先函数,讨论了C语言表达式的特点和文法分析过程。-The paper describes the expression of the C language grammar, grammar generated by the operator priority matrix and operator priority function to discuss the C language features of the expressi
判断是否为LL(1)文法 C语言
- 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用C语言编写。
ANSI+C+grammar
- C语言编译器的Lex及Yacc词法及语法分析规则源码-C language compiler Lex and Yacc analysis of lexical and grammatical rules of source
yufa
- 利用C语言编制递归下降分析程序,并对简单语言进行语法分析,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-The use of C language drop analysis of recursive procedures, and simple language syntax analysis, the realization of the lexical analysis procedure provided by the grammar checker word sequenc
SourceDocuments
- 编译原理课程的实习是为一个小型的类C语言(C--)设计并实现一个编译器。 实习总共分为词法分析、语法分析、语义分析和代码生成四个阶段。每个阶段的输出是下一个阶段的输入。前一个阶段为下一个阶段提供输入接口。 建议C++实现。-Flexical analysis for C--.
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
c_compiler
- 本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occs和LLama,该软件包还包括一个显示C语言分析过程的程序-This set of program is the attached software in 《Compiler Design in C》 writed by Allen I. Holub, it contains the Lex, occs and Llama which a
yufa
- C语言语法分析器,完成其整个词法语法分析,并将规约动作显示出来-C language parser, to complete its analysis of the lexical grammar, and the Statute of action displayed
pl0
- 编译方法实验根据编译器的工作过程,分为以下三个部分 词法分析 语法分析 语义分析和代码生成 三部分之间互相关联,最终完成三个实验后,就实现了C- -言(C++语言的子集)或PL0语言的编译器。 -Methods compiled in accordance with the work of the compiler process, divided into the following three-part analysis of lexical semanti
ComplierLab
- C语言的词法、语法分析器 输出语法分析树,很强大-C language, lexical, syntax analyzer output parsing tree, very strong
1345135133
- 利用c语言编制递归下降分析程序,并对简单语言进行语法分析-C language using recursive descent parser, and a simple language syntax analysis
cifafenxi
- c语言实现语法分析程序,很全面,有完整的实验报告,希望可以对同志们有所帮助-c language parser, it is comprehensive, complete experimental report, hope that can help comrades
compiler2.0
- c语言编写,用于c-minus语言的语法分析.-use for c-minus compile.
C-compiler
- C语言语法分析程序 根据已建立的分析表,对下列输入串:i+i*i进行语法分析,判断其是否符合文法-C language parser
c-Syntax-analysis
- 完成标准的c语言语法分析,实现所有的功能,可以运行,需提前写入文件,因进行的是文件的读取-Completion of the standard C language syntax analysis, all the features, you can run in advance to write to a file, a result of the file read
c语言编译器源码
- ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
C语言基础程序
- 该文档中有C语言基础程序,可以方便初学者使用学习,并且对C课本上的程序进行了调试分析,给出了简单的语法分析。通过该程序学习,可以掌握C语言基本语法。
yufa
- 简单编译器语法分析部分,大概可以应付编译原理实验的作业(Grammatical analysis)
C编程 (3)
- 基于c语言的简单代码实现,实现语法分析的一个语法分析器(A parser for parsing based on simple code implementation of C language)