hburg: Haskell Bottom Up Rewrite Generator
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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
Properties
Versions | 1.0, 1.1, 1.1.1, 1.1.2, 1.1.3, 1.1.3 |
---|---|
Change log | None available |
Dependencies | array, base (>=4.5 && <5.0), containers, filepath, mtl, pretty, utf8-string [details] |
License | BSD-3-Clause |
Author | Igor Boehm <igor@bytelabs.org> |
Maintainer | igor@bytelabs.org |
Category | Code Generation |
Home page | https://www.bytelabs.org/project/haskell-bottom-up-rewrite-generator/ |
Source repo | head: darcs get https://www.bytelabs.org/hburg/ |
Uploaded | by IgorBohm at 2016-12-29T21:04:02Z |
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
small_base | Choose the new smaller, split-up base package. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hburg-1.1.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees