本文主要是介绍CompilingCompiler网络资源,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1. 编译原理与编译器的公共网站:http://www.compilers.net/index.htm
2 Intel 80386程序员手册:http://www7.informatik.uni-erlangen.de/~msdoerfe/embedded/386html/toc.htm
3 ANother Tool for Language Recognition(ANTLR):http://www.antlr.org/
4 Bytecode Outline plugin for Eclipse:http://asm.objectweb.org/eclipse/bco/index.html
5 Standard ECMA-335 Common Language Infrastructure(CLI):http://www.ecma-international.org/publications/standards/Ecma-335.htm
6 GNU compilers:http://gcc.gnu.org/onlinedocs/gccint/
7 Guid to GNU gcj:http://gcc.gnu.org/onlinedocs/gcj/
8 Mono,a platform for running and developing modern applications, based on the ECMA/ISO Standars:http://www.mono-project.com/Main_Page
9 MSIL 反汇编程序:http://msdn.microsoft.com/library/chs/default.asp?url=/library/CHS/cptools/html/cpconMSILAssemblerIlasmexe.asp
10 编译技术相关网站:http://www.iturls.com/SoftwareEngineering/SE_Complier.asp
11 MSDN上的正则表达式解释:http://msdn.microsoft.com/library/chs/default.asp?url=/library/CHS/jscript7/html/jsreconregularexpressions.asp
这篇关于CompilingCompiler网络资源的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!