Welcome![Sign In][Sign Up]
Location:
Search - Lexical analyzer code in java

Search list

[ELanguagelr0-Parser-in-java

Description: 这个是java语言实现的lr0词法语法分析器,用于实现编译语言的语法部分-This is the java language syntax lr0 lexical analyzer for the realization of the language syntax compiler part
Platform: | Size: 8192 | Author: digg | Hits:

[ELanguagelex

Description: 包含两个简单的词法分析器代码,一个是用c写的,另一个是用java写的。有一个说明文档。-Contains two simple lexical analyzer code, one is written with c, and the other is written in java. Document has a note.
Platform: | Size: 10240 | Author: 杨敏 | Hits:

[JSP/Javacffxq

Description: 一个用java编写的词法分析器!其主要运用和来源是编译原理词法分析器的课程设计!-Using java prepared a lexical analyzer! Its main source of application and compiling principle of curriculum design lexical analyzer!
Platform: | Size: 1024 | Author: wian | Hits:

[ELanguageword

Description: Java语言词法分析器的设计与实现 其中具体要求: 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件[文件名:scanner_output]中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Lexical analyzer Java language design and implementation One of the specific requirements: 1. The use of DFA realize the design of lexical analyzer 2. Implementation of the Java source program annotated filtration 3. The use of two pairs of semi-buffer read from the file one by one word 4. Lexical analysis of word flow property stored in a separate document [file name: scanner_output] Medium 5. Statistical source of the number of words per line and the entire source file number word 6. With the report of lexical error and error location [source code line number and the character] of the function
Platform: | Size: 2223104 | Author: wangyonghui | Hits:

[ELanguagescanner

Description: 用 C++ 作为宿主语言完成: Java语言词法分析器的设计和实现 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Using C++ as the host language to complete: Java language lexical analyzer of the design and implementation of the use of DFA to achieve the design of lexical analyzer the realization of the Notes on the Java source code in the filter the use of two pairs of semi-buffer read from the document the words one by one lexical analysis of flow properties of the word stored in a separate document (file name: scanner_output) in statistical source of the number of words per line and the word number of source files with the report of lexical errors and error location (line number and the source line characters) of the function
Platform: | Size: 250880 | Author: 房兴华 | Hits:

[ELanguageMain

Description: java语言写的词法分析器,编译原理课的实验源代码-written in java language lexical analyzer, the principle of classes to compile the source code of the experiment
Platform: | Size: 3072 | Author: gaoxiang | Hits:

[ELanguagejava-scanner

Description: 用C语言(或 C++ )作为宿主语言完成: Java语言词法分析器的设计和实现 其中具体要求: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Using C language (or C++) as the completion of the host language: Java language lexical analyzer in which the design and implementation of specific requirements: 1. The use of DFA to achieve the design of lexical analyzer 2. The realization of the Java source code of the filter in the Notes 3. the use of two pairs of semi-buffer read from the document the words one by one 4. lexical analysis of flow properties of the word stored in a separate document (file name: scanner_output) in 5. statistical source of the number of words per line and the source document word number 6. with the report of lexical errors and error location (source code line number and the character) of the function
Platform: | Size: 5120 | Author: kjs | Hits:

[ELanguageLexicalAnalyzer

Description: Java语言词法分析器的设计和实现 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Lexical analyzer Java Language Design and Implementation 1. The use of DFA to achieve the design of lexical analyzer 2. The realization of the Java source code of the filter in the Notes 3. The use of two pairs of semi-buffer read from the document the words one by one 4. lexical analysis of flow properties of the word stored in a separate document (file name: scanner_output) in 5. statistical source of the number of words per line and the word number of source files 6. with the report of lexical errors and error location (source line number and the character) of the function
Platform: | Size: 931840 | Author: cher | Hits:

[JSP/Javaversion1

Description: 编译原理 词法分析器 实验源代码 可识别java代码 基于书中最基本的算法-Principles of lexical analyzer test compile the source code can identify the java code in the book based on the most basic algorithm
Platform: | Size: 4096 | Author: 伍学海 | Hits:

[Windows DevelopJavaScanner

Description: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-1. Using DFA realize the design of the lexical analyzer 2. To realize the Java source code in the comment filter 3. Use of two pairs of semi-buffer from the file one by one to read the words 4. Lexical analysis of word attributes stored in a separate stream file (file name: scanner_output) in 5. Statistics source the number of words per line and the source file number word 6. a report lexical errors and error location (source code line number and character of the line) functions
Platform: | Size: 636928 | Author: 云尘然 | Hits:

[ELanguageCanalysizer

Description: 用Java写的C语言词法分析器,短小精悍,在1.txt中输入要分析的源码。-Written in C language with the Java lexical analyzer, dapper in 1.txt enter the source code to be analyzed.
Platform: | Size: 4096 | Author: ma xiaolong | Hits:

[ELanguageCompileC1

Description: 用java写的图形界面词法分析器,输入文件路径,点击“打开”,在文本框中显示代码,点击“编译”,在另一文本框显示编译结果-Graphical interface using java to write the lexical analyzer, enter the file path, click " Open" display code in the text box, click the " compile" in another text box displays the compiled results
Platform: | Size: 2048 | Author: 刁玉洁 | Hits:

[Windows DevelopCCMMnalyzerm

Description: Java写的cmm词法分析器(源代码)及javaacc学习心得文档 ,经测试可直接使用。 -The cmm lexical analyzer written in Java (source code) and javaacc learning experience document, has been tested directly.
Platform: | Size: 201728 | Author: 包裹 | Hits:

[JSP/Javamyjava

Description: 开发的一个用java语言实现的编译器,内含词法分析器,语法分析器,而且可以实现中间代码生成.用到了SLR算法和LR算法 -I developed a java language compiler, containing the lexical analyzer, parser, and code generation can be achieved in the middle. Algorithm used in the SLR and LR algorithm
Platform: | Size: 7535616 | Author: 郑鹏 | Hits:

[JSP/JavaLexicalAnalyzer

Description: 用JAVA写的java语言的词法分析器,analyzer文件夹下是词表,使用的时候将文件夹放到E盘根目录或者在代码里修改路径,保证能找到词表-Written in JAVA java language lexical analyzer, analyzer folder is the word table, when using the folder into the root directory of E or modify the path in the code to ensure that vocabulary can be found
Platform: | Size: 25600 | Author: 冉卓 | Hits:

[OtherJava-Scanner

Description: Java语言词法分析器的设计和实现 其中具体要求: 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Java language lexical analyzer design and implementation of which specific requirements: Use DFA lexical analyzer designed to achieve realization of Java source code annotations filter use two pairs of semi-buffer read the words from the file one by one lexical analysis of property word stream is stored in a separate file (file name: scanner_output) in number of words per line source statistics and the number of words in the entire source file has reported lexical error and error location (source code line number and the line of characters) function
Platform: | Size: 3072 | Author: wenchangwei | Hits:

[JSP/JavaLexicalAnalyzer

Description: Lexical analyzer code in java
Platform: | Size: 71680 | Author: Fernanda | Hits:

CodeBus www.codebus.net