资源列表
shiyan2
- 编译原理课程实验--递归下降方法编写的词法分析器-Compiler theory course experiment- lexical analyzer written in recursive descent method
LL1
- 编译原理实验---用C语言编写的LL(1)语法分析器-Compile principle Experimental--- LL (1) parser
PL0
- 这是一款最基本的PL0编译器,对于学习编译原理很有帮助,其中还包括了一些实力DEMO。-This is a basic PL0 compiler.It s helpful for those who intend to study the Compile Skills.There are also some demo in this file.
grammar_analysis-
- 编译原理语法分析器,C++编写.没有使用界面,黑框-Compiling principle grammar analysis program
Compile
- 词法分析器。对任何正则表达式,构造DFA,并画出DFA的图。需要Graphviz的画图软件配合-Lexical parsers. For any regular expressions, the tectonic DFA and draw the DFA picture
Research-of-Visualization-of-C
- 分析C程序的函数调用机制,阐述函数调用可视化实现技术,并利用GNU编译器工具链跟踪函数,对函数调用进行可视化展示,从而有助于对复杂函数调用特别是递归调用中的算法设计、栈区使用、代码优化等内容的理解。- The thesis analyses the mechanism of function call in C program,explains the realization technology of Visualization of function call,and displays th
assembly-language
- 汇编原理课程设计——PL0编译器的功能扩充-The assignment for assembly language
Real-timeconversionmethod
- 为了融合图形化和文本语言2种编程方式的优点,提高教育机器人编程平台的直观性和通用性,结合编程平台要求,设计出流程图与类C语言双向实时转换方法.在进行流程图到类C语言转换时,实时根据各个模块间的父子关系遍历模块树,并根据功能模块封装的库函数和语句完成转换,在转换过程中实时进行类c语言规则检查.在进行类c语言到流程图转换时,首先通过词法分析、语法分析和语义分析生成XML代码,再进行统一解析生成流程图.在转换过程中实时进行错误检查,出现错误所在行会高亮显示以提示用户,并给出错误原因以便于用户修改程序.
javaredactor
- 使用jbuilder编写的java编译集成环境,基本功能已经具备,重要部分有详尽的源代码,是学习JAVA的有用参考-failed to translate
Compilation-principle
- 本书深入讨论了编译器设计的重要主题,包括词法分析、语法分析、语法制导分析、类型检查、运行环境、中间代码生成、代码生成、代码优化等-This book discusses the important theme of the compiler design, including lexical analysis, syntax analysis, syntax analysis, type checking, running environment, intermediate code gener
CS240.ClassProject1
- This my first JAVA program by using NetBeans-This is my first JAVA program by using NetBeans
splcjz
- 一个用E语言实现的简单特殊解释器模型,这只是我一个徒弟做的,并非我的ZealotMaster语言-Simple interpreter Model implementation