搜索资源列表
JAVA实现的词法分析
- JAVA实现的C语言子集词法分析器,有简单的图形界面的设计
cifa
- c语言,词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。-failed to translate
compiler.c
- c语言词法分析器,编译原理试验,分析关键字和变量。-c language lexical analyzer, compiler theory test, analysis of keywords and variables.
JavaLex-gcc
- c++写的Java词法分析器。附有实验报告和源代码。-Java lexical analyzer written in C++
TransExe1_1
- 词法分析器 编译原理 将一个C语言代码存入txt文件中,放在主目录下,运行程序就可以了。 txt文件名:Learn2.txt-Principles of lexical analyzer will compile a C language code into the txt file, on the main directory, run the program on it. txt file name: Learn2.txt
chen
- 词法分析器的c++代码实现,能够从用户输入的源程序中识别一个个单词,输出种别码和单词符号自身的值-Lexical analyzer c++ code can be input from the user to identify the source of a word, the output of other types of code word symbols and the value of their own
cifafenxiqi
- 词法分析器··C++实现 -lexical analyzer
Parser
- 一个c语言实现的简单的语法分析器,包括词法分析和语法分析两部分。-Lexical Analysis Parser
cifafenxiqi
- 用c++实现的词法分析器,很简单,使用-Using c++ implementation of lexical analyzer, very simple to use. .
cifafenxiqi
- 一个用C实现的词法分析器,源语言是PL0语言-A lexical analyzer with the C implementation, the source language is the language PL0
cifafenxiqi6
- 该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter =
44444444425
- C 语言写的词法分析器,自己写的,多多指教-C language to write the lexical analyzer, he has written the exhibitions
Cpp1
- 用C语言实现的一个词法分析器,编译原理课程设计-C language,Lexical analysis
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
project3
- 基于Lex实现的C-词法分析器,编译原理课程设计-Lex achieve a C-based lexical analyzer, compiler theory of curriculum design
词法分析器
- 自己做的c语言的词法分析器,C++语言编写,内有附件将各标识符、界符、运算符等的种别码列出(Lexical Analyser for C)
19215123胡玲
- pl0语言的词法分析器 lex 自动构造工具(pl0 lex c c++ yyac bainyiyuanli)
基于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