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

https://github.com/zostay/gordy

Recursive descent parsing tools for Golang
https://github.com/zostay/gordy

Last synced: 12 months ago
JSON representation

Recursive descent parsing tools for Golang

Awesome Lists containing this project

README

          

# Gordy the Recursive Descent Parser Helper for Golang

This is a small library that provides helpers for building recursive descent
parsers by hand.