搜索资源列表
JAVA实现的词法分析
- JAVA实现的C语言子集词法分析器,有简单的图形界面的设计
compiler.c
- c语言词法分析器,编译原理试验,分析关键字和变量。-c language lexical analyzer, compiler theory test, analysis of keywords and variables.
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
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
cifafenxi
- c++编写的词法分析器,能够对简单的语法错误进行检测和报错!-written in c++ lexical analyzer can be a simple syntax error detection and error!
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
(bianyi.cpp)
- C语言词法分析器,文本输入,需自行建立项目与文件;-C language lexical analyzer, text input, create your own projects and documents
cc
- 词法分析器的C语言版本,经过测试,可以使用-C-language version of the lexical analyzer has been tested, you can use
Workspace
- C语言的词法分析器,可以打开指定文件,分析当中的字符,符号等-C language lexical analyzer, you can open the specified file, analysis of characters, symbols, etc.
LexicalAnalyzer
- 基于C++的好用词法分析器,经过测试,无bug-Easy to use lexical analyzer based on C++
word_compiler
- 词法分析器,编译原理的小作业,c语言实现的,-Lexical analyzer, compiler theory of small jobs, c language
project3
- 基于Lex实现的C-词法分析器,编译原理课程设计-Lex achieve a C-based lexical analyzer, compiler theory of curriculum design
cifafenxiqi.txt
- 这是一个用C++编写的词法分析器,功能最然比较简单,但基本的作用还是比较成功的实现-This is a C++ written lexical analyzer, the most natural is relatively simple, but the basic role is quite successful realization
cifafenxiqi
- 编译原理实验一,词法分析器,c++语言,能简单识别运算法,123if等-Compiler principle experiment , the lexical analyzer , c++ language
lex
- 用c++编写的词法分析器,可以识别20个保留字,常数,运算符以及标识符。-Written by c++ lexical analyzer can identify 20 reserved words, constants, operators, and identifiers.
词法分析器
- 自己做的c语言的词法分析器,C++语言编写,内有附件将各标识符、界符、运算符等的种别码列出(Lexical Analyser for C)
词法分析器
- 使用工具实现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