资源列表
5656
- 它输入描述构词规则的一系列正规式,然后构建有穷自动机和这个有穷自动机的一个驱动程序,进而生成一个词法分析程序.-Enter the descr iption of its formation a series of formal rules of style, and then build a DFA and the DFA, a driver, and then generate a lexical analysis program.
kodlar
- A simple program that converts all letters to uppercase without using toupper function.
123
- 算符优先文法处理算术表达式,算术表达式的语法分析器-Operator precedence grammar processing arithmetic expressions, arithmetic expressions parser
code
- 单词扫描代码code(主要使用于词法分析)-Scan code word code (mainly used in lexical analysis)
suanfuyouxian
- 一个简单的语法分析~~~使用了算符优先来分析
PL0词法分析程序
- 这是一个PL0编译系统的词法分析程序 能识别出所有的单词并分类-PL0 This is a compiler of lexical analysis procedure to identify all the words and classification
C-language-lexical-analyzer
- 编译原理实验 词法分析器 C++代码编写,基于DEVC-Compiler principle experiment lexical analyzer
define
- define 编译原理词法分析器 八、 实验一:设计SAMPLE语言的词法分析器 检查要求: a) 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b) 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c) 输出结果为单词的二元式序列(样式见样板输出1和2); d) 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行);
cifafenxi
- 编译原理 词法分析 关键字integer var program begin end if then else while do等的判断 符号:=\ =\<>\<=\>=等的判断,数字,标示符的判断-the lexical analysis of Fundamentals of Compiling ,judge the key words and signs 、number
LR
- 设计一个给定LR分析表,输入一个句子,能由依据LR分析法判别句子的合法性。(3人) 【基本要求】 动态模拟算法的基本功能是: (1) 输入LR分析表和一个句子; (2) 判别该句子的合法性; 【测试数据】 依据文法: E1->E+T|T T->T*F|F F->(E)|i 输入句子:i*i+i 输入LR分析表 -LR
NFA-to-DFA
- 编译原理 NFA 确定化 使用set 有注释,感觉已经很多了-Compiler theory of NFA to determine
Design
- 一个很好的编译原理的课程设计。非常适合新手入门。-Compiled a very good curriculum design principles. Very suitable for beginners.