show/hide this revision's text 10 added 53 characters in body; edited tags

Preferred Languages : C/C++, Java, and Ruby

I am looking for some helpful books/tutorials on how to write your own compiler simply for educational purposes. I am most familiar with C/C++, Java, and Ruby so I prefer resources that involve one of those three, but any good resource is acceptable.

show/hide this revision's text 9 deleted 3109 characters in body; edited tags; added 3 characters in body

I am looking for some helpful books/tutorials on how to write your own compiler simply for educational purposes. I am most familiar with C/C++, Java, and Ruby so I prefer resources that involve one of those three, but any good resource is acceptable.

Big List of Resources:

  • Dragon Book - Widely considered "the book" for compiler writing. Chris Bunch also suggests to look at the Interpreter pattern in Design Patterns.
  • Game Scripting Mastery
  • Roll Your Own Compiler for the .NET framework
  • Lets Build a Compiler
  • Modern Compiler Implementation in ML - There is a Java and C version as well.
  • Compiler Construction
  • Linkers and Loaders
  • LLVM Tutorial
  • Reflections on Trusting and Trust
  • Parsing Techniques - A Practical Guide
  • Compiler Basics
  • Writing a Compiler in Ruby Bottom Up
  • A Nanopass Framework for Compiler Education
  • An Incremental Approach to Compiler Construction
  • Parrot Tutorial
  • Want to Write a Compiler?
  • Flipcode Article Archive
  • Building a Parrot Compiler
  • Project Oberon - Look at chapter 13
  • Implementing Functional Languages
  • If I forgot something already posted let me know in the comments or if you can edit the question yourself then go ahead and add it. I do plan on making it more organized than simply having a large list, but for now I'll use this as a start. Thank you everyone for your answers and if you find another good resource be sure to post it.

    show/hide this revision's text 8 Rollback to Revision 4

    I am looking for some helpful books/tutorials on how to write your own compiler simply for educational purposes. I am most familiar with C/C++, Java, and Ruby so I prefer resources that involve one of those three, but any good resource is acceptable.

    Big List of Resources:

  • Dragon Book - Widely considered "the book" for compiler writing. Chris Bunch also suggests to look at the Interpreter pattern in Design Patterns.
  • Game Scripting Mastery
  • Roll Your Own Compiler for the .NET framework
  • Lets Build a Compiler
  • Modern Compiler Implementation in ML - There is a Java and C version as well.
  • Compiler Construction
  • Linkers and Loaders
  • LLVM Tutorial
  • Reflections on Trusting and Trust
  • Parsing Techniques - A Practical Guide
  • Compiler Basics
  • Writing a Compiler in Ruby Bottom Up
  • A Nanopass Framework for Compiler Education
  • An Incremental Approach to Compiler Construction
  • Parrot Tutorial
  • Want to Write a Compiler?
  • Flipcode Article Archive
  • Building a Parrot Compiler
  • Project Oberon - Look at chapter 13
  • Implementing Functional Languages
  • If I forgot something already posted let me know in the comments or if you can edit the question yourself then go ahead and add it. I do plan on making it more organized than simply having a large list, but for now I'll use this as a start. Thank you everyone for your answers and if you find another good resource be sure to post it.

    show/hide this revision's text 7 Fixing grammer
    show/hide this revision's text 6 edited tags
    show/hide this revision's text 5 The list of resources was moved to the accepted answer.
    show/hide this revision's text 4 Added a few more resoursces
        Post Made Community Wiki by Community
    show/hide this revision's text 3 Added list of resources
    show/hide this revision's text 2
    show/hide this revision's text 1