搜索资源列表
jflex-1.4.1
- 用java语言编写的词法分析器,可以根据manual的要求编写词法文件,自动生成语法分析器。-Lexical analyzer java language, according to the requirements of the manual preparation of lexical files, and automatically generate a parser.
java_cup_v10k
- 用java编写的语法分析器,可以根据其中的manual编写语法规则,自动生成语法分析器。-Parser written in java to write the rules of grammar can be one of the manual and automatically generated parser.
CMMGrammarAnalyze
- 使用eclipse,java语言,完全自己编写的一个小型的语法分析程序。桂浩老师的实验三作业。-Use Eclipse java language entirely their own writing a small syntax analysis program. Gui Hao teacher experiment three operations.
Lexical
- java语言编写的,对c语言的编译器,包括词法和语法分析器,在水仙花数程序上测试通过-java language the c language compiler, including lexical and syntax analyzer, the daffodils on the test program
MorphemeAnalysis
- 使用MFC编写的词法分析程序,可以有源代码生成属性字,更换词法表之后还可以识别java源代码,比较灵活-Prepared using MFC lexical analysis program that can generate source code attributes word lexical replacement after the table can also identify java source code, more flexible ......
project
- 编译原理minic编译器,使用java编写,可生成四元式,语法树-Compiler theory minic compiler, using java prepared, can generate quaternion type, syntax tree
Interpreter
- 一个用java编写的解释器,能够解释最基本的C语言-One using java interpreter, able to explain the basic C language
cmmwordanalyze
- 这是用java编写的词法分析器,是采用递归向下的分析法分析的。-This is written in java lexical analyzer is down assay using recursive analysis
cmmGrammarAnalyze
- 这是用java编写的cmm语言的语法分析器,里面包含分析器的设计报告。-This is written in java cmm language parser, which contains analyzer design report.
CMMPInterpreter
- 这是用java编写的cmm的解释器,能够实现cmm语言的词法语法以及语义分析。-This is written in java interpreter cmm, cmm to achieve lexical grammar and semantic analysis of language.
PL0-Compile-java-version
- 一个用java编写的简单Pl0文法编译器,可用于编译原理课程的学习-a compile used for pl0 grammer
LR
- LR语法分析器 用java编写,便于较好的理解lr语法分析-LR Parser
Compiler
- java编写的简单编译器,包含词法分析,语法分析,语义分析,四元式生成,数组运算等。-java prepared by the simple compiler, including lexical analysis, syntax analysis, semantic analysis, four yuan-generation array operation and the like.
compile
- 类C语言编译器,前端使用Antlr工具自动生成,包括完整文法和后端翻译,使用Java编写-MC Compiler using Java
2015045544854
- 点量BT源码使用高效的c++代码编写,提供标准的动态链接库(DLL),可供C/C++、Delphi、C#、Java、VB、Borland C++等语言和各常用开发环境调用,让您完全像调用系统API一样的调用。-Point amount BT source using an efficient c++ coding, providing a standard dynamic link library (DLL), for C/C++, Delphi, C#, Java, VB, Borland C
myCompire
- 利用JAVA语言编写的简单编译器(已经实现词法分析、语法分析、语义分析),解压导入myeclipse即可使用-The use of JAVA language simple compiler (achieved lexical analysis, syntax analysis, semantic analysis), decompression can be used to import myeclipse
简单词法分析器
- 用Java编写的用于C语言程序的词法分析的程序(A Lexical Analysis Program for C Language Programs Written in Java)