https://github.com/zensey/go-lr-parser
An LR parser library with user-defined error recovery strategy
https://github.com/zensey/go-lr-parser
go lr parser
Last synced: 5 days ago
JSON representation
An LR parser library with user-defined error recovery strategy
- Host: GitHub
- URL: https://github.com/zensey/go-lr-parser
- Owner: Zensey
- Created: 2020-10-08T18:36:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-08T18:53:02.000Z (over 5 years ago)
- Last Synced: 2025-11-15T04:05:52.728Z (7 months ago)
- Topics: go, lr, parser
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-lr-parser
An LR parser library with user-defined error recovery strategy