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
- Host: GitHub
- URL: https://github.com/zostay/gordy
- Owner: zostay
- License: mit
- Created: 2023-04-19T02:49:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T03:20:59.000Z (about 3 years ago)
- Last Synced: 2025-05-21T06:11:38.686Z (about 1 year ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.md
- License: LICENSE
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.