搜索资源列表
ppy
- 词法分析器相关源代码-Morphology analyzer related source code
cffxqfengzhiweijayfung
- 该程序是汇编语言写的一个词法分析器,对初学者是一个很好的程序-the program is written in assembly language a lexical analyzer, for beginners is a good procedure
mhgf
- 词法分析器 用c++做成的一个词法分析器-lexical analyzer c caused by the use of a lexical analyzer
pascal
- 1.通过实验进一步理解和掌握词法分析器的工作原理 2.熟悉C语言环境编程 3.熟悉LEX软件的使用
0818
- 最新的词法分析器啊,最新版的,里面包括了识别c的关键字的。
tinix_os
- === ==== 关于本光盘 ========== \\Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根
SLR
- SLR语法分析器,实现基本的功能要求,是基于分析C语言的语法分析器-SLR parser, the realization of the basic functional requirements, is based on the analysis of C language parser
Lex
- 汇编语言 词法分析器的生成器 Lex的实现-Lex
AccidenceAnalysis
- 使用循环分支方法实现PL/0语言的词法分析器,该词法分析器能够读入使用PL/0语言书写的源程序,输出单词符号及其属性到一中间文件中,具有一定的错误处理能力,给出词法错误提示及错误位置。-Ways of using recycled implementation branch PL/0 language lexical analyzer, the lexical analyzer to be able to read the use of PL/0 of the source language,
C
- 定义C语言或其子集的单词并给出编号,根据给定的语言子集构造词法分析器,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常量、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值(遇到错误时可显示“Error”,然后跳过错误部分继续显示),要求输出以文件形式存放的Token串。-The definition of C language or a subset of the word and give numbers, according to a subset
bianyiyuanli
- 语法分析是编译过程的核心部分。它的任务是在词法分析识别出单词符号串的基础上,分析并判定程序的语法结构是否符合语法规则。语法分析器在编译程序中的地位如-Syntax analysis is the core of the compilation process. Its task is to identify the word in the lexical analysis of strings of symbols, based on the syntax of programs to anal
cifafenxi
- 设计一个词法分析器 待分析的简单语言的词法 -Design of a lexical analyzer to be analyzed in simple language, lexical
name
- 一个简单的c++写的词法分析器!功能简单!-A simple c++ to write the lexical analyzer! Features simple!
yuyifenxicx
- 编译原理实验报告 词法分析器 语义语法分析-Compiler theory lexer semantic parsing
a
- 这是一个C语言编写词法分析器代码,是我的作业,网上找的-This is a lexical analyzer written in C code, is my job to find online
SLR
- SLR分析器SLR语法分析器,能求出FIRST、FOLLOW 集和构造出SLR分析表,出入一个句子,能动态演示匹配过程。(-The the SLR parser SLR parser can be obtained FIRST and FOLLOW sets and construct the SLR analysis table, and out of a sentence, dynamic presentation of the matching process. (
2.1.5
- 关于词法分析器手工构造实例的c语言详细描述-C language lexical analyzer hand-constructed instance described in detail
5.7
- 关于编译原理的LR语法分析器的控制程序的c语言描述-C language descr iption of the the LR parser control procedures on compiler theory
lianxi
- 自己编写的语法分析器和词法分析器程序,希望大家借鉴-Write your own parser and lexical analyzer program, and hope that we can learn from
My_Compile
- 词法分析器,输入词语,计算机会翻译成机器能识别的语言,比如二进制形式-this is a c++ program.