资源列表
word_grammer_analogy
- 一个词法分析程序,用来实现一个简单编译器的词法分析,功能详见<<编译原理>>.-a lexical analysis procedures used to achieve a simple compiler of lexical analysis, functional see lt; Lt; Compiler Principle gt; Gt; .
spi_To-va-An
- SPI using proteus project. css compiler
cpp-3.0-src
- 一个能在WIN32环境下使用GCC的功能进行程序设计的SHE
lexSimulator-0.1.1
- 一个模拟flex的应用程序 主要实现词法分析 语义分析
PL0_flex_analyse
- 对pl0语言的词法分析程序,带分析工具flex。输入一个PL0源程序文件名,即可看到词法统计结果。- To the pl0 language lexical analyaer, brings analysis tool flex. Inputs a PL0 source program filename, namely as worthy of looking at as morphology statistics result.
by
- 编译原理课程的词法分析器 并且能够判别科学计数法-Compiler Construction Principles courses lexical analyzer to determine the scientific and counting
LuaDec
- Jx3 Lua文件反编译,可以反编译经过编译的Lua文件-failed to translate
oosrc
- 编译原理的三个子模块,包括词法分析,语法分析和语义分析,是绘图语言解释器
BiaoDaShiQiuZhiShiYan
- 编译原理的算符优先表达式求值程序,附带有实验报告,仅供参考。-compiler principle of priority operator expression evaluates procedures, a fringe experimental report, for information purposes only.
S语言词法分析程序
- 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能: 组织源程序的输入 按规则拼写单词,并转换成二元形式 删除空格及无用符号(如回车符,字符常数的引号符等) 发现并定位错误 建立单词表、符号表、常数表等文件 三、 实现方法 数据结构 1、
SimpleC
- SimpleC compiler source code, simpleC is a subset of C
SyntaxAnalyzer
- LR(1)生成的语法解析器,编译原理时候的作业