搜索资源列表
LexicalAnalyer
- 一个简单有效的CMM语言的词法分析器,带图形界面-A simple and effective CMM language lexical analyzer with a graphical interface
JavaLex-gcc
- c++写的Java词法分析器。附有实验报告和源代码。-Java lexical analyzer written in C++
JavaLex_Java2Asm
- C++编写的JAVA语法分析器和词法分析器-C++ written in JAVA parser and lexical analyzer
Compiler_C
- java编写的C语言编译器,从C语言完成了到四元式的编译过程。其中包括词法分析,语法分析,语义分析,中间代码生成。-java written in C language compiler from the completion of the C language to quaternion-compilation process. Including lexical analysis, parsing, semantic analysis, intermediate code generatio
javascanner
- java词法分析器,用于区分关键字,字符串等,同时还具有简单的报错功能-java lexical analyzer is used to distinguish between keyword, string, and also has a simple error function
JavaLexer
- 利用Java实现的词法分析器,模拟编译器将高级语言转换成中间语言再到机器语言-Use of the Java implementation of the lexical analyzer, analog compiler to convert high-level language into an intermediate language to machine language
mySeuLex.tar
- 东南大学计算机科学与工程学院、软件学院编译原理课程设计,lex词法分析器,采用JAVA语言编写。-Southeast University, Computer Science and Engineering, School of Software compiler theory curriculum design, lex lexical analyzer, using JAVA language.
Java-Scanner
- Java语言词法分析器的设计和实现 其中具体要求: 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Java language lexical analyzer design and implementation of w
Test
- Java 词法分析程序 产生一个二元式文本文件,扩展名为dyd,可将Pascal或C程序(测试程序)分解成为一个一个的单词及类型,并查“单词符号与种别对照表”得出其种别,用一数字表示。-Java lexical analysis procedure to produce a two yuan a text file, an extension of dyd, can be Pascal or C program (test procedures) is decomposed into words
cifa
- 词法分析程序,用JAVA语言开发,完整运行,界面良好,对句子完成完整的分析。-Lexical analysis procedures, using JAVA language development, complete run, a good interface, complete a full analysis of the sentence.
