mburg
Public

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.

Loading repository data...