patrickt / pony

A source-to-source transformer for C99, written in Haskell.
Other
5 stars 0 forks source link

Ditch Data.ConfigFile and just write the .ponyproj parser in Parsec #35

Closed patrickt closed 12 years ago

patrickt commented 13 years ago

Data.ConfigFile is ridiculously overengineered and has a terrible API. We need to get rid of it someday.

patrickt commented 13 years ago

Better yet, we should write an EDSL in Haskell for configuration.

patrickt commented 12 years ago

.ponyproj files are going away, so this can be closed.