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

https://github.com/raviqqe/parcom

Parser combinators in Go
https://github.com/raviqqe/parcom

golang parser

Last synced: 5 months ago
JSON representation

Parser combinators in Go

Awesome Lists containing this project

README

          

# parcom

[![GitHub Action](https://img.shields.io/github/actions/workflow/status/raviqqe/parcom/test.yaml?branch=main&style=flat-square)](https://github.com/raviqqe/parcom/actions)
[![Codecov](https://img.shields.io/codecov/c/github/raviqqe/parcom.svg?style=flat-square)](https://codecov.io/gh/raviqqe/parcom)
[![Go Report Card](https://goreportcard.com/badge/github.com/raviqqe/parcom?style=flat-square)](https://goreportcard.com/report/github.com/raviqqe/parcom)
[![License](https://img.shields.io/github/license/raviqqe/parcom.svg?style=flat-square)](UNLICENSE)

Parser combinator library

## License

[The Unlicense](UNLICENSE)