资源列表
Lexical-analyzer-(describe-by-cPP)
- 完成编译的词法分析工作,程序很简陋,功能简单,适合学习-The compiler complete morphology analysis work, the program is very simple, function is simple, suitable for learning
LuaDec
- Jx3 Lua文件反编译,可以反编译经过编译的Lua文件-failed to translate
Lord-language-interpreter
- 实现一个魔王语言解释器,自定义规则,将一段魔王的话翻译为有意义的人类语言(中文)。-Implement a devil king language interpreter, custom rules, will be a devil king word translation for meaningful human language (in Chinese).
NotePad
- 一个记事本程序,可以实现记事本的一般功能,适合初学者使用。-A notepad programs, can realize the notepad general function, is suitable for beginners to use.
Doc1
- 判别正规文法,求first,follow集-find first,follow
Compiler_demo77722
- How to create a compiler c++ c#
GCC_chinese
- 讲述GCC中编译选项以及MAKEFILE文件的语法规则-GCC instruction
T1_294993
- Materia compiladores
TPMCC18v14
- exercices pour s entrainer sur la programmation c contenant plusieurs exrcices corrigés let this work ok baby oh yeahh
234567
- 选取无符号数的算术四则运算中的各类单词为识别对象,要求将其中的各个单词识别出来。 输入:由无符号数和+,-,*,/, ( , ) 构成的算术表达式,如1.5E+2-100。 输出:对识别出的每一单词均单行输出其类别码(无符号数的值暂不要求计算)。
yufa
- 选择对各种常见高级程序设计语言都较为通用的语法结构无符号数的算术四则运算作为分析对象,给出其文法描述(注意应与所采用的语法分析方法比较贴近),设计并实现一个完整的语法分析程序。 输入:由实验一输出的单词类别串,如1,3,1。 输出:对于所输入的源程序,如果输入符号串是给定文法定义的合法句子,则输出“RIGHT”,并且给出每一步归约的过程;如果不是句子,即输入串有错误,则输出“ERROR”,并且显示已经归约出的各个文法符号,以及必要的出错说明信息。 -Choose a variety
Lexical-analysis_test
- 用C++写的语法分析器,输入界面是文件名,能实现对关键字,变量,常量的分析。比较简单。-With C++ written parser, the input interface is the name of the file, can achieve the keyword, variables, constants analysis. Relatively simple.
