搜索资源列表
bianyi
- 实现一个小型的编译器,可进行词法分析,使用VISUAL C++开发-Achieve a small compiler, lexical analysis can be carried out, using VISUAL C++ Development
C_compiler
- 一个很C语言的编译器,相当的不错。有词法分析和程序语法分析!错误提示,正确定位程序的错误地方!-the compiler is very good!
ano
- 小型pascal语音编译器,包含词法分析工具FLEX和语法分析工具Bison-compiler pascal
cifafenxi
- 编译器前端实现的词法分析的实现,可用C++运行-ci fa fen xi
1
- 实现编译器的词法分析步骤;C语言编写,验证可用;-Achieve compiler lexical analysis step C language, verification can be used
SNLC
- 本程序是使用C语言实现SLN语言的编译器功能,包括词法分析,语法分析,语义分析以及优化生成功能。-SLN language compiler features implemented in C
Compiler_C
- java编写的C语言编译器,从C语言完成了到四元式的编译过程。其中包括词法分析,语法分析,语义分析,中间代码生成。-java written in C language compiler from the completion of the C language to quaternion-compilation process. Including lexical analysis, parsing, semantic analysis, intermediate code generatio
2
- 编译器的实现,包括词法分析、语法分析、中间代码生成等-compiler tools
JavaLexer
- 利用Java实现的词法分析器,模拟编译器将高级语言转换成中间语言再到机器语言-Use of the Java implementation of the lexical analyzer, analog compiler to convert high-level language into an intermediate language to machine language
PL0compiler
- PL0编译器,包含词法分析,语法分析,分程序处理过程-PL0 compiler
Compiler
- c#编译器 sample语言 词法分析 DFA NFA LL1 LR分析-c# compiler sample language lexical analysis DFA NFA LL1 LR analysis
fc
- 词法分析,编译器前端手工源代码,可以给前端词法分析借鉴-token analyse
pl0_compiler
- 一个PASCAL语言子集(PL/0)编译器的设计与实现,包括词法,语法,语义,中间代码,优化。输入PLO文件,自动运行程序,并提示错误。-A subset of the PASCAL language (PL/0) and implementation, including lexical, grammatical, semantic, intermediate code in the compiler design, optimization. Enter the PLO file, the
1206XXXX
- 小编译器,扩充C0文法,北航编译大作业。能够实现词法分析,语法分析,语义分析,代码生成,以及部分的优化(优化部分做的很不好,当时时间来不及了,所以只有大概的算法,没有来得及修改,在最后测试的时候自己改了,所以需要用的人自己照着算法来改),最后只得了86,仅供参考。-a compiler with extented C0 language which is also the final design of the course Compiler in buaa.
LL
- 利用LL分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LL-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
LR
- 利用LR分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LR-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
cifafenxi
- 词法分析程序,用于简易编译器第一步,将源代码分解成单词。-Lexical analysis program, the first step for the simple compiler, the source code is broken down into words.
scaner
- 一个简单的词法编译器,功能是从源文件中读取数据,经过词法分析输出词法分析结果,有错误就报错!-A simple lexical compiler function is to read the source file data, through lexical analysis lexical analysis output result, there is an error on the error!
Pascal简易编译器
- 汇编原理课程的简易编译器,包含词法分析和语法分析(A simple compiler for assembly principles)
程序
- 实现了从词法分析,LR分析器,LR分析,类型分析;(Compiler Front end Realized from lexical analysis, LR parser, LR analysis, type analysis;)