Big List of Resources: ---------------------- - [Dragon Book][1] - Widely considered "the book" for compiler writing. Chris Bunch also suggests to look at the Interpreter pattern in [Design Patterns][2]. - [A Nanopass Framework for Compiler Education][3] - [An Incremental Approach to Compiler Construction][4] - [Building a Parrot Compiler][5] - [Compiler Basics][6] - [Compiler Construction][7] - [Flipcode Article Archive][8] - [Game Scripting Mastery][9] - [Implementing Functional Languages][10] - [Lets Build a Compiler][11] - The [pdf][12] version - [Linkers and Loaders][13] - [LLVM Tutorial][14] - [Modern Compiler Implementation in ML][15] - There is a [Java][16] and [C][17] version as well. - [Parrot Tutorial][18] - [Parsing Techniques - A Practical Guide][19] - [Project Oberon][20] - Look at chapter 13 - [Reflections on Trusting and Trust][21] - [Roll Your Own Compiler for the .NET framework][22] - [Want to Write a Compiler?][23] - [Writing a Compiler in Ruby Bottom Up][24] [1]: http://en.wikipedia.org/wiki/Compilers:_Principles%2C_Techniques%2C_and_Tools [2]: http://www.amazon.com/Design-Patterns-Object-Oriented-Addison-Wesley-Professional/dp/0201633612/ [3]: http://www.cs.indiana.edu/~dyb/pubs/nano-jfp.pdf [4]: http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf [5]: http://www.onlamp.com/pub/a/onlamp/2004/04/15/parrot_compiler_construction.html [6]: http://www.cs.man.ac.uk/~pjj/farrell/compmain.html [7]: http://www-old.oberon.ethz.ch/WirthPubl/CBEAll.pdf [8]: http://flipcode.com/archives/articles.shtml [9]: http://www.amazon.com/Scripting-Mastery-Premier-Press-Development/dp/1931841578/ref=sr_1_1?ie=UTF8&s=books&qid=1217890983&sr=8-1 [10]: http://research.microsoft.com/~simonpj/papers/pj-lester-book/ [11]: http://compilers.iecc.com/crenshaw/ [12]: http://www.stack.nl/~marcov/compiler.pdf [13]: http://tinyurl.com/5txtuk [14]: http://llvm.org/docs/tutorial/ [15]: http://www.amazon.com/gp/product/0521607647?ie=UTF8&tag=dcooneycom-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0521607647 [16]: http://www.amazon.com/gp/product/052182060X?ie=UTF8&tag=dcooneycom-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=052182060X [17]: http://www.amazon.com/gp/product/0521607655?ie=UTF8&tag=dcooneycom-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0521607655 [18]: http://www.parrotblog.org/2008/03/targeting-parrot-vm.html [19]: http://www.cs.vu.nl/~dick/PTAPG.html [20]: http://www-old.oberon.ethz.ch/WirthPubl/ProjectOberon.pdf [21]: http://cm.bell-labs.com/who/ken/trust.html [22]: http://msdn.microsoft.com/en-us/magazine/cc136756.aspx [23]: http://prog21.dadgum.com/30.html [24]: http://www.hokstad.com/writing-a-compiler-in-ruby-bottom-up-step-1.html