summaryrefslogtreecommitdiff
path: root/misc.go
AgeCommit message (Collapse)Author
2023-01-29.golangci.yml: Turn on formatting linters 'gci' and 'gofumpt', fixLuke Shumaker
All formatting changes are made by ./tools/bin/golangci-lint run --fix ./...
2023-01-29Improve/fix documentation and commentsLuke Shumaker
2023-01-26Write documentationv0.2.0Luke Shumaker
2023-01-26Move the Parser to the internal packageLuke Shumaker
2023-01-25Delete things I don't want to documentLuke Shumaker
2022-08-17Get the new borrowed tests passingLuke Shumaker
2022-08-16encode: Don't use generics for encodeStringLuke Shumaker
2022-08-16Get borrowed_scanner_test.go passing [ci-skip]Luke Shumaker
2022-08-14reencode: Rethink the string backslash encoderLuke Shumaker
2022-08-14parse: Rework to avoid passing around function pointersLuke Shumaker
"Ignore whitespace" is probably essential for viewing this patch.
2022-08-13set up as a separate repoLuke Shumaker