资源列表
Pascal-language-parser
- 编写包括if语句、赋值语句即含有加和乘运算的表达式等语法结构的Pascal子集语言的语法分析器-Preparation, including if statements, assignment statements that contain addition and multiplication expressions such as a subset of the grammatical structure of the Pascal language parser
Pascal-subset-compile
- 按照Pascal子集的语法,并参考Pascal语言的语义,设计并实现Pascal子集的编译程序,给出各阶段的设计资料和实现成果-Subsets according to the syntax of Pascal and Pascal language reference semantics, design and implementation of a subset of the Pascal compiler, given the various stages of the design da
words-ananogy
- 词法分析器 实现first集与follow集-analysis of word
code
- VIsual C++ Program for developing a lexical analyser
LIVE555
- live555源码很适合于新手的学习,其中有很多编译器版本-live555 source is suitable for beginners to learn, many of which compiler version
gcc
- 是对GCC这种GNU工程的C和C++编译器的用法的详细介绍以及其他注意事项。-GCC is the GNU project C and that C++ compiler, a detailed descr iption of the usage and other considerations.
bianyiyuanli
- 编译原理,课后答案。。。编译程序:如果源语言为高级语言,目标语言为某台计算机上的汇编语言或机器语 言,则此翻译程序称为编译程序-Compiler theory, after-school answer. . . Compile the program: high-level language if the source language, target language for a computer assembly language or machine language, the com
CMinus
- 编译原理及实践 CMinus语言的语法分析器-Compiler theory and practice CMinus language parser
Lexical-Analyzer-Parser-compiler
- Parses forwards and backwards. -Scans forwards and backwards. -Get the delimiter that was found. -Get the offset at where the token was started. -Get the current offset of the parser. -Add any number of delimiters. -Support for delimiter
LL-LR-analysis
- 进行LL分析和LR分析的实验报告,含源码和结果显示。-LL LR analysis for the experimental analysis and reporting, including source code and results.
compiler
- 用C++实现的SkipOOMiniJool语言的编译器,可查出用户程序中的一切错误-Implemented with C++ language compiler SkipOOMiniJool can find out all the errors in the user program
scanner
- 根据高级语言的词法定义,对于给定的源程序进行词法分析,生成单词序列(TOKEN字序列)-According to the lexical definition of high-level language, for a given source code for lexical analysis, generates the word sequence (TOKEN word sequence)