资源列表
CompilerV1
- 用csharp实现的编译原理中的词法分析器。
PL0
- VC PL0编译器PL/0编译器是个一遍的编译程序,词法分析程序作为子程序,需要的时候被语法分析程序调用,使用语法制导的翻译技术,在语法分析的同时生成中间代码,并保存到文件中。-VC PL0 compiler PL/0 compiler is again compiled program, lexical analysis program as a subroutine, and when required by the syntax analysis program call, use the
JavaCompiler
- 用java编写的编译器,有源代码,想要的可以-Prepared with the java compiler, source code, want to see
cifafenxiqi
- 用C语言编写,dos界面,能够判断用户输入的语句中含有的各种类型,编写语句简单,容易看懂。-Using C language, dos interface, user input can determine the types contained in the statement, prepared statement, simple, easy to understand.
analyserforcompiling
- 用vc++6.0制作,编译器,希望对大家有用-produced by vc 6.0, compiler, it may be useful to hope
compiler
- 用C++实现的SkipOOMiniJool语言的编译器,可查出用户程序中的一切错误-Implemented with C++ language compiler SkipOOMiniJool can find out all the errors in the user program
lex
- c语言的词法分析,保证正确。绝密资料,不下载保证让你后悔-c language lexical analysis to ensure that the correct. Top-secret information
4SLR
- 编译原理上机—语法分析2 1.目的:熟练掌握自下而上的语法分析方法,并能用C++程序实现。 2. 在已有文法的基础上再加上减法“-”和除法“/”对应的产生式构成最终的文法。从而使得记号流可以处理带括号的加、减、乘、除四则运算。 3. 对于任意给定的输入串(词法记号流)进行语法分析,要求采用SLR分析器来完成。手工构造SLR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如: 输入:id*+id/(id+id)# 输出:移进 按
blassic-0.5.1
- 由一个古老的BASIC解释器改进而成, 保留了ANSI C固有的艺术美感.-from an old BASIC interpreter to improve from retained ANSI C inherent beauty of the arts.
a
- 简单语法分析器,是编译原理的作业,放在这里交流一下
scanner
- 用 C++ 作为宿主语言完成: Java语言词法分析器的设计和实现 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Using C++ as the host language to complete: Java lang
decoder3to8
- 用组合逻辑电路写的3/8译码器,非常简单,是初学者可以看看的-Written with a combination of logic circuit 3/8 decoder is very simple, a beginner can look at the