文件名称:SyntaxAnalysis
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-01-05
- 文件大小:
- 26kb
- 下载次数:
- 0次
- 提 供 者:
- c***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于JAVA的cmm语法分析器。以单词序列为输入,分析单词序列构成的语法结构,给出相应的输出,并进行一定的错误处理。输入为任意的CMM源程序文件,输出是语法树或者类似可以说明语法成分的结构形式(可以输出到文件或者输出到屏幕上)。-JAVA-based cmm parser. The word sequence as input, analyze the grammatical structure consisting of a sequence of words, given the corresponding output, and a certain degree of error handling. CMM is an arbitrary input source file, the output is the syntax tree or similar structure may be described in the form of grammatical elements (which can be output to a file or output to the screen).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SyntaxAnalysis\.classpath
..............\.project
..............\.settings
..............\.........\org.eclipse.core.resources.prefs
..............\.........\org.eclipse.jdt.core.prefs
..............\bin
..............\...\SytaxJava
..............\...\.........\Ftest$1.class
..............\...\.........\Ftest$2.class
..............\...\.........\Ftest$3.class
..............\...\.........\Ftest.class
..............\...\.........\LexicalAnalysis.class
..............\...\.........\systaxJava.class
..............\...\.........\TreeNode.class
..............\src
..............\...\SytaxJava
..............\...\.........\Ftest.java
..............\...\.........\LexicalAnalysis.java
..............\...\.........\systaxJava.java