Build a managed compiler in less than an hour
::: {.Section1} [Very much enjoyed Joe Duffy and Joel Pobar’s session on “Build a compiler for managed code in less than an hour.” Basically, they stepped through the classic compiler stages (scanner, parser, code gen), but then went into how, in the .NET world, the System.Reflection.Emit libraries work …
more ...