资源列表
WordAnalyse
- 用java编写的C语言词法分析器,完成了去除预处理命令,去除注释,词法分析等功能。-Jmichelle C language of lexical analyzer, finished removing pretreatment command, remove comments, lexical analysis etc. Function.
Java-protection-technology
- Java源码保护技术 - 如何有效防止 Java 程序源码被人偷窥? Java 程序的源代码很容易被别人偷看,只要有一个反编译器,任何人都可以分 析别人的代码。-Java source code protection technology- how to effectively prevent the Java program source code is peeping? Java program s source code is easy to be peeking, as long as
PL0_C
- 此为广工09级编译原理课程设计,与往届是有区别的 1. 课内实验(考试前交报告) 对PL/0作以下修改扩充: (1)增加单词:保留字 ELSE,FOR,STEP,RETURN 运算符 +=,-=,++,--,&,|,! (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句,要求:写出相关文法,语法图,语义规则。 2. 课程设计 基本内容(成绩范围:“中”、“及格”或“不及格”) (1)扩充赋值运算:+= 和 -=
72
- 编写的Basic解释器+示例源码,很不错的VB源码,适合VB爱好者学习研究。-Writing the Basic interpreter+ example code, the very good VB source code, suitable for VB lovers study.
cppfranceANALYSEURLEXICAl
- analyseur lexical d un compilateur
compiler
- a simple Parser for c
grammar-analyser
- 1、任意输入一个文法G; 2、处理文法中可能存在的左递归和公共左因子问题; 3、对文法中的每个非终结符自动生成并打印输出: ① FIRST集; ② FOLLOW集; 4、判断处理后的文法是否为LL(1)文法,如果是,自动生成并打印输出其预测分析表; 5、模拟分析过程。 如输入一个句子,如果该句子合法则输出与句子对应的语法树;能够输出分析过程中每一步符号栈的变化情况。如果该句子非法则进行相应的报错处理。 -An arbitrary input to a gr
cifa
- 基于c++的简单词法分析器,用switch,case语句实现-Lexical analysis
pl0C
- 使用C语言编写的pl0编译器,实现了从源代码输入到目标代码输出-a pl0 compiler in C
Ueditor
- 文本编译器 JAVA JS脚本代码实现的-text bianyi
lua-5.2.0.tar
- Lua 是一个小巧的脚本语言。Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。-ua is a small scr ipting language. By Lua standard C write and become, in almost all operating system on the peace can be compiled, operation.
ExecutingProlog
- 如何实现prolog编译器英文版.prolog语言编译器实现主要有三步 syntax, semantic 和 code generation.-prolog executing notes