summaryrefslogtreecommitdiff
path: root/lib/bytes/parser.go
AgeCommit message (Expand)Author
2025-04-18lib/bytes: add method Peek to ParserShulhan
2025-01-22lib/bytes: replace Copy and Concat with standard libraryShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-04-09lib/bytes: add method ReadLine to ParserShulhan
2023-04-09lib/bytes: return the number of skipped chars on Skip(Horizontal)SpacesShulhan
2023-04-09lib/bytes: add method Remaining to ParserShulhan
2023-04-08lib/bytes: add various methods to ParserShulhan
2023-04-05lib/bytes: implement tokenize ParserShulhan