搜索资源列表
cscanner
- 一个使用Lex编写的C语言词法加亮的小程序。能将指定的C源程序进行词法加亮,并以HTML文件的格式输出。 由Lex的C语言词法分析程序,然后使用VC编译,内附较详细的使用说明。-Lex prepared to use a C-plus morphology of small programs. Can designated source for the C-plus morphology, and the HTML file format. Lex from the C language lex
bianyishixichx
- 这是一个词法语法分析器,可分析c语言中较为常见的一些词法和语法,是在编译原理这门课学习之后完成的一个实习设计-This is a syntax analyzer, analysis c language more common in morphology and syntax. in compiler theory this course of study, completed an internship Design
cpplex
- C++编写的C++词法分析器,比较全-C compilation C morphology analyzer, compared with entire
pascallex
- C++编写的Pascal词法分析器-C compilation Pascal morphology analyzer
12cocorc
- C/C++词法语法分析程序-C/C morphology grammar analysis program
GRA_fenxi
- c语言版词法编译器-c language version morphology compiler
scaner(c)
- 一个C编写的词法分析程序(词法扫描器)。 fetch.txt为取词文件,程序可识别该txt中的词法。 需要编译原理词法分析程序的人,还等什么!-a lexical analysis prepared by the procedures (lexical scanner). Fetch.txt for word from documents, procedures to identify the morphology of txt. Need to build principl
C++cifafenxiqi
- 针对C++的简单词法分析器,局限性较大,算法简单,易懂,导入词法文件,输出分析结果-against C simple lexical analyzer and limitations larger, the algorithm is simple, understandable, import documents morphology, Output analysis
PL0词法分析器
- c语言编制的PL0词法分析器-c language establishment PL0 morphology analyzer
lian
- 用 c++写的编译器, 只有语法和词法- Compiler writes which with c, only has the grammar and the morphology
lex23
- c++写的c语言词法分析器-c writes c language morphology analyzer
basic
- c语言写的basic词法分析器-c language writes basic morphology analyzer
sxb_cabuary
- c语言编的PL/0的词法分析器-c language arranges PL/0 morphology analyzer
c++cffxq
- 一个可以识别C语言中标识符,关健字,运算符和各种数字的词法分析器.用VC6.0编写的. 下面是主要代码- May distinguish in the C language the identifier, Guan Jianzi, the operator and each kind of digital morphology analyzer Compiles with VC6.0 Under is the main code..
C++词法分析器
- 符合编译原理的词法分析器- Conforms to the translation principle morphology analyzer
Tiny-C
- 小的c编译器包括词法和语法分析-small c compiler including morphology and syntax analysis
c语言的词法分析器
- c语言的词法分析器 该程序是一个用c语言编写的词法分析器 -C language morphology analyzer this procedure is the morphology analyzer which compiles with the c language
语法分析器
- 词法分析器- Morphology analyzer
词法分析器
- c语言的词法分析器源代码-c language morphology analyzer source code
Morphology
- 可以识别出用c++语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 可以识别并读取源程序中的注释。 可以统计源程序中的标识符个数并输出。 检查原程序中存在的错误,并报告错误所在的行列位置。 发现原程序的错误后能进行适当的恢复,使程序继续运行。 用C/C++作为实现语言,编写词法分析程序。-Can be identified using c++ language source code symbols for each word, and to mark e
