An open API service indexing awesome lists of open source software.

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

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.