资源列表
bianyi
- 编译技术的课件,对编译技术的学习有很重要的指导作用和启发意义。-Compiler technology courseware, learning techniques for compiling a very important role in guiding and enlightening.
cifafenxi
- 1、根据要求写出词法分析的正规文法G;2、根据正规文法G,写出正则式RE;3、根据正则式RE,画出NFA;4、将NFA转化为DFA;5、将DFA转化为mininum state DFA;6、mininum state DFA就是词法分析程序的流程图,根据此流程图编写相应的词法分析程序。-1, according to the lexical analysis required to write a formal grammar G 2, according to a regular gramm
lexForShell
- 简单的shell解释器的实现,实现了管道,重定向功能,可以执行少数的内部指令,可以后台运行,注释清晰。-Simple shell interpreter to achieve, to achieve the pipes, redirection, you can perform a small number of internal commands can run in the background, clear notes.
youqiuzhuangtai
- 正则文法拆分,识别有穷状态自动机是确定的还是非确定的,判断是否为正则文法。 -Regular grammars and finite state automata, regular grammars split, identification of finite state automata is determined or non-determined. Enter the master regular grammar.
wenfa
- 文法的拆分,存储,输入输出及终结符号与非终结符号的判定-Grammar of the split, storage, input and output, and end with the nonterminal symbols to determine
CString
- C-String Tokenizer for C++. Breaks up words into small pieces and stores in an array for word validation
Exercise-T73-_CopyConstructor
- Copy Constructor for classes and project files. Not too sure myself as to what the uses are but I m sure they will benefit someone else more than me
Exercise-T74_OperatorOverload
- Operator Overloader. Overloads certain operators such as +,=, ,<,>
regex
- 正则表达式解释器实现原理,每一个学习计算机的人都必须知道的,谁看谁知道哦-Regular expression interpreter implementation principle, each person must learn the computer know who to see who knows oh
tiger_compiler
- 一个小型语言tiger的编译器,其中包括词法分析、语法分析、语法分析树的生成和错误提示。方便做课程设计的同学参考。-A small tiger compiler language, including lexical analysis, parsing, the parse tree generation and error. Facilitate the students to do course design reference.
tiger
- 编译原理 tiger 编译器 词法分析器 语法分析器-Compiler theory tiger parser compiler lexical analyzer
Compiling-exp
- 利用flex和yacc编写的c语言编译器,可以检查语法错误、语义错误,并且能够生成可执行的汇编代码-Written using flex and yacc c language compiler can check for syntax errors, semantic errors, and can produce an executable assembly code