org.kiama.example.dataflow
Optimise a dataflow program. Currently: a) eliminate assignments to variables that are not live out of the assignment and b) remove empty statements from sequences.
Optimise a dataflow program. Currently: a) eliminate assignments to variables that are not live out of the assignment and b) remove empty statements from sequences.