搜索资源列表
简单词法分析器
- 编译词法分析器的源代码!-lexical analyzer compiler source code!
词法分析器
- 词法分析器,用C++编写的,程序功能较简单
简单词法分析
- 大学期间写的一个简单的词法分析器,通过输入符合自定义语法规则的程序,得到分析的二元组-University wrote a simple lexical analyzer through importation from the definition of the rules of grammar procedures, the analysis of binary Group
简单的词法分析器
- 简单的词法分析器,真的很简单,优点是容易看懂,适合于初学者-simple lexical analyzer, it is really simple, easy to understand advantage is suitable for beginners
简易词法分析器
- 比较简单的一个词法分析器,帮助学编译原理的初学者理解,可作为教学用途-relatively simple one lexical analyzer to help the school build understanding of the principle of beginners can use as a teaching
递归下降分析器/词法分析
- 实现了简单词法分析和语法分析 实现平台eclipse
简单的词法分析器 java 实现
- 简单的词法分析器 java 实现
简单词法分析器
- 简单词法分析器,实现简单的词法分析功能,但是对于各种词没有做任何处理,只是简单的将其输出。
词法分析器的C语言代码
- C语言实现的一个简单可用的词法分析器,将原文件的字符流以二元式形式转化为单词流
词法分析器
- 一个简单的词法分析器,可通过修改当前文件夹下的keyword.txt来修改关键字表
Lexical-analyzer 简单的词法分析器
- 简单的词法分析器 1. 一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。 2.依次输出各个单词的内部编码及单词符号的自身值。 3.遇到错误时显示“无法识别的单词”,然后跳过错误部分继续显示 -Simple lexical analyzer 1. A process of reading words from the input source program, identify the meaning of
simple词法分析器.rar
- 这是用VC++6.0编写的一个简单的c语言的词法分析器,个人感觉良好,简单又实用。,This is the VC 6.0 of a simple preparation of the c language lexical analyzer, personal feel good, simple and functional.
词法分析器
- 编译原理课程设计报告——词法分析器.对C语言的一个子集设计并实现一个简单的词法分析器,掌握利用状态转换图设计词法分析器的基本方法。
C
- C语言词法分析器 实现简单的词法分析,是编译原理的课程设计之一-C language lexical analyzer to achieve a simple lexical analysis is compiled one of the principle of curriculum design
JLex
- JLex词法分析生成器,可以用于生成简单词法分析器,java编写-JLex lexical analysis generator can be used to produce simple lexical analyzer, the preparation of java
1_scanner
- 编译原理实验,一个词法分析器,输入需要分析的单词输出Tokens串。编写比较简单有一定的代表性。-Compiler experiment, a lexical analyzer, enter the word need to analyze the output string Tokens. Relatively simple to prepare a certain level of representativeness.
CMM词法分析器
- 用java写的一个简单的CMM词法分析器(A simple CMM lexical analyzer realized by java)
编译原理词法分析器
- 2.1 待分析的简单的词法 (1)关键字: begin if then while do end 所有的关键字都是小写。 (2)运算符和界符 : = + - * / < <= <> > >= = ; ( ) # (3)其他单词是标识符(ID)和整型常数(SUM),通过以下正规式定义: ID = letter (letter | digit)* NUM = digit digit* (4)空格有空白、制表符
词法分析器
- 简单的词法分析器,功能不多但是写的很详细(the scan of a simple compiler)
简单词法分析器
- 用Java编写的用于C语言程序的词法分析的程序(A Lexical Analysis Program for C Language Programs Written in Java)