Thisis pretty cool – Mike Stall hasposted the source code for Blue, a C# compiler written in C#. It’s not acomplete implementation of the language, but it does bootstrap (it’scapable of compiling itself). I’m interested in cracking it open andtaking a look at the lexer/parser implementation, and finally seeing areal-world example of Reflection.Emit…
In the mean time, check out
