资源列表
yufafenxi
- 本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process is to compile the first phase.
jufafenxi
- c—语言的句法分析器。读入一个C--语言程序,判断该程序是不是一个合法的C--语言程序-c-language parser. Reading into a C -- Language Program, the judgment that the procedure was not a legitimate C -- Language Program
cifafenxi
- 此程序用来完成编译原理的PL/0的词法分析程序
complier
- 词法分析中的单产生式的消除 词法分析中的单产生式的消除-Lexical analysis of the single-production lexical analysis of the elimination of a single production lexical analysis of the elimination of production in the single-elimination
complication
- #include <stdio.h> #define MAX 10-# include
main
- graphics opengl mini paint
3D_file
- c program for 3D objects in visual c-c program for 3D objects in visual c++
ll1123
- 很详细的ll1文法编译演示程序,学习编译的极品!-very detailed grammar compiler ll1 Demonstration Program, the study compiled Acura!
Lexical-analysis
- 使用某种高级语言和LEX实现一个C语言子集的词法分析器,即从输入的源程序中,识别出各个具有独立意义的单词,滤掉空格和注释。依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。其中空白符、制表符和换行符均视为空格,用来分隔单词,注释包括两种形式:/*…*/和//。-Use some kind of high-level language and the LEX lexical analyzer to achieve a C language s
cifafenxiqi
- 刚学了编译原理,作了一个词法分析器,花了很长时间,大家给看看啊!-just learning the compiler theory, made a lexical analyzer, for a very long time, we look to ah!
yf
- 语法编译器,主要针对编译原理课的课程设计,实现对语法的编译功能-Grammar compiler, compile the main principles of the Course for the design, implementation, compilation of grammatical function
1
- 词法分析器 词法分析器