搜索资源列表
使用lex分析java源程序
- Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Labora
WordScanner
- 用java实现c的词法分析,含有解析头文件功能,报错功能以及文件操作,使用是注意修改文件路径。-Java with the lexical analysis of the realization of c, the first document contains analysis functions, error functions, as well as file operations, the use of the attention to modify the file path.
JavaLex
- 在VS2008平台下使用C语言编写的JAVA语言词法分析器,使用DFA设计,使用两对半缓冲区读取单词,能报告词法错误和出错位置,并将词法分析结果属性字流写入txt文件。-Platform in VS2008 using C language lexical analyzer written in JAVA language, using the DFA design, using two pairs of semi-buffer to read the word, lexical errors
cad1
- C语言词法分析程序,将指定的文件以单词的形式显示出来。-C language lexical analysis procedure will be specified in the form of word documents to be displayed.