patrickt / pony

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

Consider alternative stream types for the parser #36

Closed patrickt closed 11 years ago

patrickt commented 13 years ago

Parsec provides Text.Parsec.ByteString and Text.Parsec.ByteString.Lazy. However, it might also be worth looking into the Text package.

patrickt commented 11 years ago

Moved to lazy ByteStrings in af7da21e292. Fast enough for now.