https://github.com/zach-klippenstein/go-pcomb
Parser Combinators for Golang
https://github.com/zach-klippenstein/go-pcomb
Last synced: about 1 month ago
JSON representation
Parser Combinators for Golang
- Host: GitHub
- URL: https://github.com/zach-klippenstein/go-pcomb
- Owner: zach-klippenstein
- Created: 2014-09-10T07:25:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-10T15:52:58.000Z (over 10 years ago)
- Last Synced: 2025-01-29T08:11:52.157Z (3 months ago)
- Language: Go
- Size: 129 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
go-pcomb
===========Parser combinators for Golang.
See [parser_test.go](https://github.com/zach-klippenstein/go-pcomb/blob/master/parser_test.go) for examples.