资源列表
Parse
- 本软件主要实现SNL语言编译器的词法分析功能-This software mainly realizes the SNL language compiler of lexical analysis function
xmlschemaparser
- 基于xsom的schema解析器,实现解析出元素名称和类型-Based xsom schema parser to resolve the element name and type
yuliao199801
- 人民日报标注语料1998年1月份,语义分析的实用的语料库-People s Daily corpus of label in January 1998, semantic analysis, practical corpus
grammar
- C++文法编译解析源代码-C++ code analysis tools
shiyan1
- 编译原理课程实验---用C语言编写的词法分析器-Compiler theory--- the lexical analyzer
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