搜索资源列表
ha0123(2)
- 设计一个实用的小型类C语言的编译器,能够通过词法分析程序将一串字符流转换为一组单词,并能够通过语法分析程序将该单词组转换为中间代码,中间代码可为四元组等各种形式。-practical design a small category C language compiler. through lexical analysis procedure to a bunch of characters flow into a group of words Grammar can pass this word
cffxqfengzhiweijayfung
- 该程序是汇编语言写的一个词法分析器,对初学者是一个很好的程序-the program is written in assembly language a lexical analyzer, for beginners is a good procedure
Basic程序解释器
- Basic程序解释器及编译原理的简单化(1)--词法分析和代数式求值-Basic program interpreter and compiler principles simplistic (1) -- lexical analysis and algebraic expression evaluates
000
- 1.词法分析程序的设计--扫描器 2.掌握高级语言单词的分类并了解编译程序中各类表格的存储; 3.掌握词法分析程序的任务 4.进一步加强分析问题、解决问题的能力;-Lexical analysis program design- Scanner
danci
- 单词词法分析程序 一个很简单的程序 我来分享下-Word lexical analysis program
grammer
- 此程序简单模拟了汇编语言中的词法分析过程。-This program simulates a simple assembly language in the lexical analysis process.
yufafenxi
- 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。 利用C语言编制递归下降分析程序,并对简单语言进行语法分析。 -The preparation of a recursive descent parser, lexical analysis program to realize the word provided by the syntax check sequence and structure analysis. Use of C language c
yuyifenxi
- 这是一个简单的包含词法、语法、语义分析的程序:递归下降分析.h 和递 归下降分析.cpp。 实现的基本原理是自顶向下分析,单遍扫描,以语法分析为 核心,调用词法分析,并实现语义分析。-This is a simple include lexical, syntax, semantic analysis of the program: Analysis of recursive descent. H and recursive descent analysis. Cpp. The basi
lianxi
- 自己编写的语法分析器和词法分析器程序,希望大家借鉴-Write your own parser and lexical analyzer program, and hope that we can learn from
ly
- 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-Preparation of a recursive descent analytical procedures the word lexical analysis program syntax checking sequence and structure analysis.
lexical_grammar
- 实现词法分析(lexical analysis)的程序 逐个读入源程序字符并按照构词规则切分成一系列单词。-Achieve lexical analysis (lexical analysis) one by one to read the source code of the program and follow the rules of word formation characters cut into a series of words.
Compiler-theory-lexical-analyzer
- 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。 -Design prepared by commissioning a specific lexical analysis program to deepen the underst
PL0词法分析程序
- 三、 实验要求 1. 使用 PL/0 语言编写程序,实现输出斐波那契数列前 20 项数值。 2. 从 PL/0 编译程序源码中抽出词法分析部分,构建 PL/0 独立词法分析程序。功能:输入为 PL/0 源程序, 输出为单词符号的序列;对于标识符和无符号整数,显示单词种别和单词自身的值两项内容;对于其他单词符 号,仅显示其单词种别。 3. 使用 AutoFlowchart 画出独立词法分析程序的程序流程图,并分析每部分的功能和特点。(Iii. Experimental requ