summaryrefslogtreecommitdiff
path: root/parse.go
AgeCommit message (Expand)Author
2022-08-17Get the new borrowed tests passingLuke Shumaker
2022-08-16Run the fuzzer a bitLuke Shumaker
2022-08-16Get borrowed_decode_test.go passingLuke Shumaker
2022-08-16Push nesting-depth checks down in to the parser [ci-skip]Luke Shumaker
2022-08-16wip: Reduce test differences [ci-skip]Luke Shumaker
2022-08-14decode: Switch over to ParserLuke Shumaker
2022-08-14parse_scan: Add reader abstractions on top of ParserLuke Shumaker
2022-08-14parse: Figure out a good end-of-number system, improve commentsLuke Shumaker
2022-08-14parse: Rework to avoid passing around function pointersLuke Shumaker
2022-08-14parse: Fix a bug in the number parserLuke Shumaker
2022-08-14parse: Add a general-purpose parser based on the reencoderLuke Shumaker
2022-08-14cp reencode.go parse.go # [ci-skip]Luke Shumaker