This is the first post in a series on writing your own C compiler. Here are some reasons to write a compiler:| norasandler.com
Learn the basics of code generation, which is one of the secrets behind CedarDB's performance. CedarDB creates custom machine code for every query. This keeps data in CPU registers as long as possible and minimizes unnecessary data transfers.| CedarDB - The All-In-One-Database
An in-depth coverage of parsing terminology an issues, together with an explanation for each one of the major algorithms and when to use them| Strumenta
This page or section refers to its readers or editors using I, my, we or us. It should be edited to be in an encyclopedic tone.| wiki.osdev.org
Writing a recursive ascent parser by hand| www.abubalay.com