资源列表
Syntax-Analyzer
- Syntax Analyzer: this tool with nice GUI can analyze the simple C++ code for syntax errors! It will also tell you the line of syntax error! You could type the code or open a text file with code, and it is also possible to save a file with code.
slr(1)
- SLR(1)分析法的引入是当文法的LR(0)项目集规范族中存在移进-归约冲突或归约-归约冲突时,可以通过向前查看一个符号的办法来进行处理,以解决冲突。-SLR (1) analysis method was introduced when the grammar of the LR (0) item sets exist in family moved into the specification- reduce conflicts or reduction- reduce conflicts,
asd
- 编译原理的词法分析实验,编译原理的词法分析实验。- 百度翻译 翻译结果(中 > 英)复制结果 Compiler tenets of lexical analysis, lexical analysis of the principle of compiler test
bianyiyuli
- 编译原理用书适用于任何计算机学习的初学者 -Compilation principle applies to any computer books for beginners to learn
CompilersPPrinciples
- 编译器学习龙书,电子版,是一个很好的学习编译原理的英文书籍。-Principle, Compiler
lex-and-yacc
- lex 和 yacc 编译词法语法分析器的入门书籍,是一个不错的学习材料-lex and yacc manual.
cPPbuilder_2010_3615_win_esd
- 这个是C++ Builder的编译器实例,大家可以通过学习这个编译器得到许多开发经验~-This is a C++ Builder compiler instance, we learn that the compiler can get a lot of development experience ~
UltraEdit_python
- UltraEdit支持python语法高亮及运行-UltraEdit python
VS2008_LUA
- 在VS2008中配置Lua编译环境,能正确高亮并编译-Configuration Lua compiler in VS2008 environment, and compile correctly highlighted
lua-5.1.4
- Lua解释器源码,可编译生成二进制exe、dll文件,生成Lua解释器、编译器-Lua interpreter source code can be compiled to generate binary exe, dll files
yufa
- 一个语法分析器,预测分析法实现的语法分析器-A parser, predictive analysis method to achieve the parser
nfa-to-dfa
- 本程序实现,自动机的确定化与最小化 自动机在编译器中实现字符串检验的功能-Determination of automata and minimization