搜索资源列表
语法词法分析器
- 词法语法分析器,学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过.程序采用单文档设计,利用了分割窗体技术-This is a syntax_accidence analyzer made when I study compiling principle.The syntax and accidence analyzer is encapsuled in a class called CFenxi.The program
c语言编的词法分析器
- c语言编的词法分析器-series of the lexical analyzer
词法分析最终定稿
- C写的词法分析器,能实现简单的文件查找, 如果表达式正确,则会在结果框中显示“正确”,否则会显示存在语法错误.这是我第一次上传如果大家发现有错误的文法没有报错,或者正确的文法却报错了,可以向我反映-C wrote lexical analyzer, able to find a simple document, if correct expression will be shown in the results box "correct", as it showed the
JAVA实现的词法分析
- JAVA实现的C语言子集词法分析器,有简单的图形界面的设计
词法分析器
- 这是一个VC++6.0做的词法分析器,可辨别C++代码的关键字、运算符、字符串等等
词法分析器 C flex
- 词法分析器 C flex
pl0词法分析器c代码
- 实现了pl0词法分析器功能,从文件中读入字符,输出单词流。
compiler.c
- c语言词法分析器,编译原理试验,分析关键字和变量。-c language lexical analyzer, compiler theory test, analysis of keywords and variables.
CSharpcifa
- 很不错的词法分析实验报告 编译程序的第一阶段是词法分析,为了能把输入的字符串进行扫描和分解,识别出各种类型的单词符号,我用C++语言设计了一个简单词法分析器,分析C++语言单词的子集(包括常用关键字、标识符、常数、算符、界符等)。-Very good compiler lexical analysis lab report is the first stage of lexical analysis, in order to be able to scan the input string an
200632580164
- 一个基于c#语言的词法分析器,实现的功能全部由《编译原理》提供-Based on the c# Language lexical analyzer to achieve the functions of all by the
word
- c语言版的词法分析器,分析c语言 图形界面-c language version of the lexical analyzer, analyze c language graphical interface
C_language_lexica_analyzer
- VC++环境下编写的C语言的词法分析器。-VC++ environment to prepare the C language lexical analyzer.
cifa
- 词法分析器与递归下降的语法分析器的结合,含有实验报告,用c语言编写-Lexical analyzer and recursive-descent parser combination, containing experimental report, using c language
Simple-C-lexical-analyzer
- 简单C词法分析器 C语言的字符串常量书写时使用了大量的转义符-Simple C lexical analyzer written in C language string constants used a large number of escapes
c--
- flex中使用的C--词法分析器源代码,可以用于yacc中-used in flex C- lexical analyzer source code can be used in yacc
C-Prepared-Lexical-Analyzer
- 一个简单但很实用的词法分析器,用 c 编写,可以作为编译原理的实验报告源代码-A useful C Prepared Lexical Analyzer , developed with c language. Very practical, and can be used as a reference experiment report
ANSI-C-Parser
- 发一个尚未完成的VB版ANSI C 词法分析器.-Send an unfinished version of VB ANSI C lexical analyzer.
词法分析器
- 自己做的c语言的词法分析器,C++语言编写,内有附件将各标识符、界符、运算符等的种别码列出(Lexical Analyser for C)
基于LEX的C语言词法分析器
- 基于LEX的C语言 词法分析器 可能不对 但是有参考价值(The C language analyzer based on LEX may not be of reference value)
词法分析器
- 使用工具实现C/C++语言词法分析器: 输入:C/C++源代码文件,即后缀为c/cpp的文件。 输出:后缀为tok的文本性文件。 实现功能:使用词法分析的自动生成工具Flex生成C/C++语言的词法分析器(The use of tools to implement the C/C++ language lexical analyzer: Input: C/C++ source code file, that is, a file with a suffix of c/cpp. Outp