A multi-dialect computer programmer that fell in love with programming languages since the late 80s when he began his journey on an Amstrad CPC 464.
A Java to Go Transpiler
A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw
mburg is a tool for producing bottom up tree rewriters. It has been used for code selection in compilers. It produces hard coded tree pattern matchers from tree grammars, with dynamic programming at runtime. It is comparable in its capabilities with iburg, but has a rather different implementation, and produces its output in ISO Modula-2.
SQL language server written in Go.
This is a specialized version of jasmin which is used as a back end for the Soot framework.