summaryrefslogtreecommitdiff
path: root/decode_scan.go
AgeCommit message (Expand)Author
2023-01-30Invent "barriers" instead of nesting parsersLuke Shumaker
2023-01-30decode: Inline noWsRuneTypeScanner into runeTypeScannerImplLuke Shumaker
2023-01-30decode: Remove unnecessary scanner struct membersLuke Shumaker
2023-01-30decode: Fix DecodeTypeError offsetsLuke Shumaker
2023-01-29Improve/fix documentation and commentsLuke Shumaker
2023-01-26Move the Parser to the internal packageLuke Shumaker
2022-08-21decode: Lean in to io.RuneScannerLuke Shumaker
2022-08-17Get the linter passing (even if it means ignoring borrowed files)Luke Shumaker
2022-08-17Get the new borrowed tests passingLuke Shumaker
2022-08-17Add tests for decode reading too farLuke Shumaker
2022-08-16Get borrowed_decode_test.go passingLuke Shumaker
2022-08-16wip: Reduce test differences [ci-skip]Luke Shumaker
2022-08-15rename parse_scan decode_scan parse_scan*Luke Shumaker