搜索资源列表
LexicalAnalysis.tar
- 针对虎书(现代编译原理-C语言描述)Tiger Language的词法分析器,包含testcase和reference-A lexical analysis for the tiger language in the tiger book (Modern Compiler Implementation in C), including testcases and references.
word_analyse_program
- 用C语言编写的简单的词法分析器,能识别出单词序列,输出二元组,标识符表,常量表-Written in C a simple lexical analyzer can identify the sequence of words, the output pair, the identifier table, often scale
C_language_lexical_analyzer
- 用C++写的C语言词法分析器,vc6.0开发-Written in C++, C language lexical analyzer
C
- C语言词法分析器 实现简单的词法分析,是编译原理的课程设计之一-C language lexical analyzer to achieve a simple lexical analysis is compiled one of the principle of curriculum design
lex
- 编译原理课程设计 词法分析器,功能十分齐全,包含整个工程源代码-scanner for c minus
lexer
- C语言的词法分析器,可以识别C语言中的关键字、字符等信息-C language lexical analyzer that can identify the C language keywords, character and other information
Compiler
- 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
scanner
- C sharp编写的词法分析器,编译原理作业,分析的语言为函数绘图语言。今下午刚验收通过,9.5分。-C sharp written lexical analyzer, compiler theory operation, analysis of the language as a function of drawing language.
myCompling
- c语言编写的仿C语言词法分析器,比较接近实际词法分析器-c written in imitation of C language lexical analyzer, lexical analyzer close to the actual
C
- 词法分析器,简单设计词法分析,用来完成编译的初期工作。-the discribtor og word
C-language-WordAnalyse
- C语言词法分析器,本C++代码实现了对C语言的分析。是C语言的解释器。-C language lexical analyzer, the C++ code analysis for C language. Is a C language interpreter.
Lex_analyzer
- 自己写的一个词法分析器,用C语言写的C语言(知道这样写是不行的,主要是练习和掌握词法分析的原理)-Write a lexical analyzer, written in C with C language (that is not enough to write, mainly to practice and master the principles of lexical analysis)
c--cifafenxi
- 编译原理,词法分析器。CSharp设计。。。。请多关照-Compiler theory lexical analyzer
C-syntactic-analyzer-
- 利用C语言写的一个词法分析器,文件输入输出,且生成关键字表、运算符表、分界符表-A lexical analyzer written in C language, file input and output, and generate keyword table, the operator table delimiter Table
lexical-analysis
- C语言词法分析器,实现了对单个C语言文件分词的功能,输出结果以图形界面显示。-C language lexical analyzer, the word of a single C-language file, the output is displayed in a graphical interface.
lexical-analysis
- 编译原理中的词法分析器,C语言编写。报告带源码。-Compiler theory lexical analyzer, C language. The report with the source code.
1
- 对一段c语言程序进行词法分析,输出每个单词的属性(This is a compiler of words,which is coded by c.)
Lexical_Analyzer
- 简易词法分析器,实现C语言词法分析。。。。(Simple lexical analyzer)
b15
- 关于词法分析的一份实验报告,设计并实现一个词法分析器,实现对指定位置的类C语言源程序文本文件的读取,并能够对该源程序中的所有单词进行分类,指出其所属类型,实现简单的词法分析操作。(lexical analyzer is designed and implemented to read the text files of the class C source program of the specified location, and classify all the words in the s
词法分析
- 词法分析(英语:lexical analysis)是计算机科学中将字符序列转换为单词(Token)序列的过程。进行词法分析的程序或者函数叫作词法分析器(Lexical analyzer,简称Lexer),也叫扫描器(Scanner)。(Lexical analysis is the process of converting character sequence into token sequence in computer science. The program or function fo