aboutsummaryrefslogtreecommitdiff
path: root/parser
Commit message (Expand)AuthorAgeFilesLines
* Add support for commentsv3.1.0Thomas Voss 2024-04-181-2/+2
* Remove the ‘>’ prefixv3.0.0Thomas Voss 2023-11-012-13/+6
* Minor refactorThomas Voss 2023-11-011-3/+3
* Allow for true HTML ID- and class shorthandsv2.0.0Thomas Voss 2023-10-282-4/+31
* Run ‘go fmt’Thomas Voss 2023-10-211-1/+2
* Add a few tests for the parserThomas Voss 2023-10-211-0/+62
* Comment parser.goThomas Voss 2023-10-211-2/+20
* Add tests for reader.goThomas Voss 2023-10-201-0/+178
* Document reader.goThomas Voss 2023-10-201-0/+18
* Improve the implementation of peekRune()Thomas Voss 2023-10-201-17/+12
* Minor refactoringThomas Voss 2023-09-111-15/+10
* Add the ‘=’ node for whitespace trimmingThomas Voss 2023-09-111-4/+10
* Add the ‘>’ node modifierThomas Voss 2023-09-111-26/+32
* Specify constant typeThomas Voss 2023-09-111-1/+1
* Support multiple root-level nodesThomas Voss 2023-09-101-10/+19
* Remove all XML supportThomas Voss 2023-09-101-53/+1
* Rework some of the formatting- and parsing codeThomas Voss 2023-09-101-6/+6
* Add primitive support for doctypes and XMLThomas Voss 2023-09-091-2/+63
* Run ‘go fmt’Thomas Voss 2023-09-092-15/+18
* Genesis commitThomas Voss 2023-09-083-0/+434