
Specify a single unified grammar which can be used for parsing and pretty-printing.
boomerang is a dsl for creating parsers and pretty-printers using a single specification. instead of writing a parser, and then writing a separate pretty-printer, both are created at once. this saves time, and ensures that the parser and pretty-printer are inverses and stay in-sync with each other.
boomerang is a generalized derivative of the zwaluw library created by sjoerd visscher and martijn van steenbergen.
this package contains the libraries compiled with profiling enabled.