summaryrefslogtreecommitdiff
path: root/lib/bytes/parser_example_test.go
AgeCommit message (Expand)Author
2025-04-18lib/bytes: add method Peek to ParserShulhan
2025-04-18lib/bytes: complete the SkipLine example until the endShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-06-04lib/bytes: use %q to print characters in example codeShulhan
2023-04-13lib/bytes: move unit Test for Read and SkipLine to ExampleShulhan
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