Hufflepdf/src/PDF
2019-10-14 10:17:15 +02:00
..
Body.hs Generalize the Parser type into a MonadParser class to use with MonadTrans and remove redundant code already defined in Applicative or Attoparsec 2019-10-14 10:17:15 +02:00
EOL.hs Go strict ByteStrings with attoparsec 2019-05-24 10:48:09 +02:00
Object.hs Generalize the Parser type into a MonadParser class to use with MonadTrans and remove redundant code already defined in Applicative or Attoparsec 2019-10-14 10:17:15 +02:00
Output.hs Simplify XRef structure, clarify integer types and remove nextLine 2019-09-20 22:39:14 +02:00
Parser.hs Generalize the Parser type into a MonadParser class to use with MonadTrans and remove redundant code already defined in Applicative or Attoparsec 2019-10-14 10:17:15 +02:00
Text.hs Ugly commit, breaks everything, still trying to figure a grammar for text 2019-10-14 10:17:15 +02:00
Update.hs Implement PDF's multilayer updates and use it in getObj to display only the current version of the object taken into account instead of the concatenation of all its versions 2019-09-22 01:40:39 +02:00