Parser combinators for Go
- Go 99.6%
- Makefile 0.4%
| pkg | introduce MapPair and DiscardMiddle, use them where appropriate | |
| go.mod | use cmp.Diff to compare deeply-nested structs | |
| go.sum | use cmp.Diff to compare deeply-nested structs | |
| LICENSE | add Apache 2.0 license | |
| main.go | implement gcloud topic filter parser | |
| Makefile | add Word combinator | |
| README.md | add basic readme | |
Combi
Type-safe parser combinators for Go using generics.