summaryrefslogtreecommitdiff
path: root/gemtext/parse.go
AgeCommit message (Collapse)Author
2023-01-14Completed gemtext package.tjpcc
resolves #2 - fuzz testing - split out line parsing into a separate file - changed line type-specific public []byte fields to string accessor methods - added document parsing test for a stress test doc - added dependency on stretchr/testify
2023-01-13Initial gemtext package.tjpcc
Contains: - gemtext AST (Document and line types) - Parse from an io.Reader - ParseLine a []byte - doc comments on everything - ParseLine tests for every line type Still needs tests for Parse & Document.