cronburg / antlr-haskell

A language parsing quasiquoter for Haskell based heavily on ANTLR4.
Other
49 stars 7 forks source link

cleanup imports at the top of G4 files #14

Open cronburg opened 6 years ago

cronburg commented 6 years ago

Put all the imports at the top of G4-quasiquoted Haskell modules into one module and then re-export everything, dealing with namespace clashes as necessary. This will make for a more cohesive eDSL-development experience and forces us to consider the best names for things that we export and become visible to the user.

cronburg commented 6 years ago

Partially implemented by 30a5e55