aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-24miscLibravatar cel 🌸7-46/+240
2024-11-20implement element writingLibravatar cel 🌸4-21/+188
2024-11-20make namespaces optionalLibravatar cel 🌸3-50/+92
2024-11-20WIP: write start tag of elementLibravatar cel 🌸4-19/+163
2024-11-19implement write end tagLibravatar cel 🌸1-23/+31
2024-11-19implement end tag match checkLibravatar cel 🌸2-32/+64
2024-11-19fix attribute namespace resolutionLibravatar cel 🌸2-260/+180
2024-11-19store only namespace name in qualified name, not namespace declarationLibravatar cel 🌸5-52/+136
2024-11-11move Parser traits' generic outputs into associated typesLibravatar cel 🌸2-186/+550
2024-11-11add non-streaming parsersLibravatar cel 🌸2-0/+1523
2024-11-11impl Stream for ReaderLibravatar cel 🌸4-38/+141
2024-11-10WIP: impl Stream for ReaderLibravatar cel 🌸5-94/+305
2024-11-10implement reader testingLibravatar cel 🌸4-4/+122
2024-11-10implement element readingLibravatar cel 🌸6-35/+681
2024-11-02fix NCName and AttValue parsersLibravatar cel 🌸1-16/+10
2024-11-02test composersLibravatar cel 🌸1-4/+9
2024-11-02fix NCName parserLibravatar cel 🌸1-1/+1
2024-11-02implement XML composersLibravatar cel 🌸3-25/+788
2024-11-01WIP: XML composersLibravatar cel 🌸4-67/+848
2024-11-01change contents of Names and Nmtokens to VecsLibravatar cel 🌸2-10/+9
2024-10-31fix buildLibravatar cel 🌸3-68/+69
2024-10-31fix CDSect parse test regressionLibravatar cel 🌸1-1/+4
2024-10-31refactor parsers into Parser trait implementationsLibravatar cel 🌸2-1089/+1653
2024-06-29WIP: stream parsingLibravatar cel 🌸2-12/+45
2024-06-27WIP: stream parsingLibravatar cel 🌸4-11/+61
2024-06-27namespace parsingLibravatar cel 🌸3-30/+176
2024-06-25IT WORKSLibravatar cel 🌸1-2/+2
2024-06-25remove unused importsLibravatar cel 🌸1-4/+4
2024-06-25change privacyLibravatar cel 🌸3-107/+142
2024-06-25WIP: conditional sectionsLibravatar cel 🌸1-4/+243
2024-06-25WIP: element type declarationsLibravatar cel 🌸1-3/+166
2024-06-25WIP: element parsingLibravatar cel 🌸1-13/+81
2024-06-25WIP: extSubsetLibravatar cel 🌸1-20/+188
2024-06-24WIP: dtd garboLibravatar cel 🌸1-38/+244
2024-06-22WIP: element parsingLibravatar cel 🌸1-15/+21
2024-06-21WIP: XMLDecl stuffLibravatar cel 🌸1-21/+69
2024-06-21WIP: CDSect parsersLibravatar cel 🌸1-0/+58
2024-06-21WIP: more parsersLibravatar cel 🌸1-73/+105
2024-06-14FMLLibravatar cel 🌸1-8/+84
2024-06-14actually get it to build for initial testsLibravatar cel 🌸4-62/+72
2024-06-12WIP: parsersLibravatar cel 🌸4-4/+305