搜索资源列表
word-analysis
- 词法分析程序。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,是一个不错的词法分析程序。-lexical analysis procedure. To be able to achieve C language lexical analysis, keyword 32, C contains the majority of operations Bound website. principal of the document to
csharp-lexical-analysis
- c#词法分析器 实现简单的词法分析功能 -c # lexical analyzer to achieve simple lexical analysis functions
syntax-analysis
- 这是我从其他地方搜集过来的语法分析程序,希望对大家能有帮助-This is what I gather from other places over the syntax analysis procedures in the hope that we can to help
词法分析analysis
- 用C++编写的编译原理词法分析- Translation principle lexical analysis compiles which with C
parse.tar.Z 基于C++的语法分析类
- 一个基于C++的语法分析类,可以用来定制自己的编译器 ,A class based C++ syntactic analysis, it can be used to build you own compiler
analysis.rar
- 编译原理上机实验,c语言的词法分析器。将单词分为保留字,标识符,数字。可实现c语言的几乎全部词法分析。,Principle of the Experimental Machine compiler, c language lexical analyzer. The word is divided into reserved words, identifiers, numbers. Can be realized almost all of c language lexical analysis.
yacc.tar.Z
- 伯克利的语法分析器的创建工具 -Creator for Berkeleys syntactic analysis
c
- 简单的词法分析小例子- Simple lexical analysis small example
LL(1)Analysis
- 大学时的编译大作业,是对LL(1)语法的分析过程,会产生first集,follow集和预测分析表!-University at the time of compiling large operations, is a LL (1) syntax analysis process, will have first set, follow sets and predictive analysis table!
PROGRAM4
- 用Pascal语言编写的PL0的词法分析和语法分析功能的程序-By Pascal language PL0 the lexical analysis and syntax analysis procedures
Analysis
- 能够实现词法分析,是我在学编译时做的,希望多提意见-Lexical analysis can be achieved is a compile-time in school I do hope that their views
analysis
- 产生一个编译器,包含词法分析,语法分析,语义分析,中间代码生成及优化等-the result is a compiler,which contains the Lexical Analysis,Grammar analysis Semantic Analysis Between code generation and optimization and so on
PCFG
- 一个简单的PCFG分析器 分析结果逐个以树形图方式显示,如果一个句子有多个结果,在显示框中同时显示-A simple PCFG parser with the results of the analysis-by-tree approach shows that if there is more than the result of a sentence, in the box at the same time show show
analysis
- 是一个很简单的编译原理的词法分析程序,就是对一个简单的C语言程序进行模拟编译。-Is to compile a very simple principle of lexical analysis procedure is a simple procedure to simulate the C language compiler.
Compile
- 此课设是if else 条件语句的翻译程序. 功能说明如下: 1.整体词法分析; 2.if else语法分析,递归下降法. 3.三地址形式代码格式输出; 4.变量符号表的实现,即先定义变量才可以使用; 5.出错提示,具体行数出错提示; 6.作用域初步设计.-This lesson is that if else conditional statements of the translation process. Functions as follows:
Analysis
- 简单的词法分析程序 只供初学者参考学习 只能简单匹配 "" // [] () {}-A simple lexical analysis program
Analysis
- C语言词法分析,开发工具为:C++ builder 2007.可以自主更改源代码中的关键字等,使功能更强大-C language lexical analysis, development tools: C++ builder 2007. Will be free to change the source code of the keywords, so that more powerful
LexAna.c.tar
- Program for Lexical Analysis inn C. The first step of compiler converts string to tokens.
analysis
- C++的语法分析器,虽然程序不是很完美,但是可以发上来互相交流-analysis for the c++ language
lexical
- this file is for lexical analysis in c language