about summary refs log tree commit diff
path: root/scratch/facebook/moderate/parser.py
AgeCommit message (Collapse)AuthorFilesLines
2020-11-14 Write encoded XML parser and pretty-printerWilliam Carroll1-0/+37
Write a function that reads a string of compressed XML and outputs the decompressed version. Note to self: Now that I'm growing more comfortable writing parsers, I'd like to become equally comfortable writing pretty-printers.