搜索资源列表
编译原理词法分析器(V2.0)
- 编译原理词法分析器(V2.0) 提供了词法分析的所有功能,能完成词法分析的所有任务-compiler theory lexical analyzer (V2.0) provides a lexical analysis of all functions, lexical analysis can be completed all the tasks
cifayufafenxi_C
- 利用C++编写词法和语法分析器,DFA实现语法分析-Prepared using C++ lexical analyzer and syntax, DFA grammar analysis to achieve
xl
- 该文件为词法分析器,可以实现对基本词法分析-The document is the lexical analyzer, which enables the basic lexical analysis! !
ForTrans
- 编译课程设计的基本任务是设计一个mini-pascal语言的编译器,将mini-pascal 语言的源程序翻译成等价的中间代码。要求输入mini-pascal语言写的源程序(以文件形式存储),首先经过词法分析,输出原程序分析后的二元式文件,供语法制导翻译用。经过语法制导翻译将词法分析器产生的二元式翻译成等价的四元式形式,也就是中间代码的生成。要求能进行正常的关键字如:begin,end, if ,else 等的识别-Compile the basic task of curriculum des
WordAnalyst
- 编译原理里面的一道作业题,一个词法分析器.能分析代码中的各种成分-Compiler theory inside an operating problem, a lexical analyzer. Can analyze the various components of the code
JavaLexicalAnalyzer
- Java语言词法分析器。使用DFA实现词法分析器的设计;实现对Java源程序中注释的过滤;利用两对半缓冲区从文件中逐一读取单词;能把词法分析结果属性字流存放在独立文件中;能统计源程序每行和整个源文件单词个数;具有报错的功能 -lexical analyzer