GaloisInc / llvm-pretty

An llvm pretty printer inspired by the haskell llvm binding
Other
28 stars 15 forks source link

Derive Data/Typeable (and other classes) for AST data #49

Closed langston-barrett closed 5 years ago

langston-barrett commented 5 years ago

I wanted to write a generic traversal over the AST using UniPlate, and these turn out to be necessary. Probably a good idea anyway!