@hackage reorder-expression0.1.0.2

Reorder expressions in a syntax tree according to operator fixities.

A library for reordering expressions in a syntax tree generically according to operator associativity and precedence. This is useful for languages with custom operators which require reordering expressions after collecting their fixities.