IntelLabs / flrc

Haskell Research Compiler
Other
815 stars 37 forks source link

MIL Pretty Printer #6

Closed csabahruska closed 5 years ago

csabahruska commented 5 years ago

Is there a pretty printer for MIL IR?

ninegua commented 5 years ago

A pretty printer is implement as the layout module for MIL: https://github.com/IntelLabs/flrc/blob/master/compiler/mil/layout.sml

But there exists no standalone utility to just parse/print MIL IR.