-
词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值...
词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。-lexical analyzer on the importation procedures for analysis, keyword, the word reservation system with separate identifier, and a description of their attributes. The establishment of an array, you read the word, the right word ASCII judgment, in ASCII value in a certain area and distinguish between (use to determine if statements), separately, its value lies ASCII range of different, to give a different properties (such as : system retain the word ...), after the completion of a lexical analyzer to identify,-, =, etc. characters.
- 2022-02-26 09:14:02下载
- 积分:1
-
一个汇编语言编译器源码
一个汇编语言编译器源码- A assembly language compiler source code
- 2023-04-27 11:25:03下载
- 积分:1
-
Simple Java Gui, really meets with the Java editor opens
简单的Java Gui,用Java编辑器真接打开- Simple Java Gui, really meets with the Java editor opens
- 2022-07-17 19:17:48下载
- 积分:1
-
简单的LL1分析器,可以作为学习,作业用.
简单的LL1分析器,可以作为学习,作业用.-simple LL1 analyzer can be used as study, work with.
- 2023-03-02 14:25:04下载
- 积分:1
-
生成C++的词法/语法分析的Flex语法分析器
生成C++的词法/语法分析的Flex语法分析器 -Flex syntactic and phrase parser which can produce C++ code
- 2022-07-18 08:56:57下载
- 积分:1
-
这个程序是我们的大作业,里面有语法分析,词法分析,四原式等等,里面有具体内容和事例,看看就能明白...
这个程序是我们的大作业,里面有语法分析,词法分析,四原式等等,里面有具体内容和事例,看看就能明白-this procedure is our largest operation, which has syntax analysis, lexical analysis, the four original type and so on, there are specific details and examples, see we can understand
- 2022-02-15 14:19:39下载
- 积分:1
-
LL parser, compiler of learning theory is an example.
LL语法分析器,对学习编译原理是一个示例。-LL parser, compiler of learning theory is an example.
- 2022-07-21 21:51:47下载
- 积分:1
-
一个词法分析器程序
一个词法分析器程序- A morphology analyzer procedure
- 2022-05-24 22:06:37下载
- 积分:1
-
这是个简单的语法分析器程序,输入一个表达式,会给出一个分析过程....
这是个简单的语法分析器程序,输入一个表达式,会给出一个分析过程.-This is a simple procedure syntax analyzer, the importation of an expression, is an analytical process.
- 2022-06-14 02:59:54下载
- 积分:1
-
汉语原代码,具有词法分析,句法分析功能 很好的程序
汉语原代码,具有词法分析,句法分析功能 很好的程序-Chinese source with lexical analysis and parsing functions good procedures
- 2023-04-24 09:05:03下载
- 积分:1