资源列表
cifafenxi
- 词法分析的一个实现方法,很简练,希望能够对大家有所帮助
word
- 编译原理作业,一个C++的单词识别。可以识别C++大部分单词-Compiler theory work, a C++, word recognition. Can identify most of the word C++
suanfuyouxian
- 用C++实现编译器算符优先功能,程序简单易懂-operator precedence with C++
gram_analyzer
- 用来做词法分析的小程序 关键字是 while,do,begin,if,then,else-Used for lexical analysis of the small program keyword while, do, begin, if, then, else
Lexicalanalysis
- 词法分析算法源代码,对输入的词法进行特定的分析。是编译原理课中做的实验-Lexical analysis algorithm source code, on the importation of specific lexical analysis. Classes are compiled in principle to do the experiment
cffx
- 词法分析是编制一个读单词的过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。程序语言的单词符号一般分为五种:关键字(保留字/基本字)if、while、begin…;标识符:常量名、变量名…;常数:34、56.78、true、‘a’、…;运算符:+、-、*、/、〈、and、or、….、;界限符:, ; ( ) { } /*…。
SD_routines
- source code SD routines to FAT32 routines
cifafenxi
- 编译原理实验的词法分析,包括测试代码和分析器源程序以及程序说明-Compiler Construction Principles of lexical analysis experiments, including test code and source code analyzer, as well as descr iption of the procedures
jinzhizhuanhuan
- 一个多种进制互相转化的很强大的软件-A multi-band to transform a very powerful software
lexer
- 采用递归下降的语法分析器,语法为简单的fortran语言-Decline in the use of recursive parser, grammar for simple fortran language
词法分析和语法分析
- 词法分析和语法分析
pragma_detail
- pragma预处理指令详解,pragma指令对每个编译器给出了一个方法,