hburg

Haskell Bottom Up Rewrite Generator

https://www.bytelabs.org/project/haskell-bottom-up-rewrite-generator/

Latest on Hackage:1.1.3@rev:2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Igor Boehm
Maintained by [email protected]

HBURG is a program that generates tree parsers for cost-augmented tree grammars. It is useful for writing code generators for compilers. Given a mapping of a tree structured intermediate representation onto target machine instructions, HBURG generates a code generator that can be plugged into the instruction selection phase of a compiler. For more information see https://www.bytelabs.org/pub/papers/hburg07.pdf.