Skip to content

Commit f1ec4b4

Browse files
authored
test: extend test suite with benchmarks and capture results in documentation (#93)
Closes #92 Signed-off-by: purpleclay <purpleclaygh@gmail.com>
1 parent 8ef5c29 commit f1ec4b4

File tree

3 files changed

+1120
-8
lines changed

3 files changed

+1120
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,7 @@ Real-world parser examples:
7979
- [GPG Private Key Parser](examples/gpg/main.go) - Parse GPG key metadata
8080
- [Git Diff Parser](examples/git-diff/main.go) - Parse unified diff output
8181

82-
## Combinator Reference
82+
## Documentation
8383

84-
See the full [Combinator Reference](docs/combinators.md) for all available combinators:
85-
86-
- **Character**: `Char`, `AnyChar`, `OneOf`, `NoneOf`, `Any`, `Not`, `Take`
87-
- **Tags**: `Tag`, `TagNoCase`, `Until`, `TakeUntil1`
88-
- **Sequences**: `Pair`, `All`, `First`, `Many`, `Repeat`, `Delimited`
89-
- **Predicates**: `While`, `WhileN`, `WhileNot`, `Alpha`, `Digit`, `Space`
90-
- **Modifiers**: `Map`, `Opt`, `Peek`, `Flatten`, `Escaped`
84+
- [Combinator Reference](docs/combinators.md) - All available combinators
85+
- [Benchmarks](docs/benchmarks.md) - Performance benchmarks

0 commit comments

Comments
 (0)