Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aburdulescu/dgo
Diagram generator
https://github.com/aburdulescu/dgo
Last synced: about 2 months ago
JSON representation
Diagram generator
- Host: GitHub
- URL: https://github.com/aburdulescu/dgo
- Owner: aburdulescu
- License: mit
- Created: 2024-01-26T13:02:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T11:15:22.000Z (11 months ago)
- Last Synced: 2024-06-20T22:21:31.256Z (7 months ago)
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dgo
Diagram generator## Links
### Parsers
- [Recursive Descent Parser](https://en.wikipedia.org/wiki/Recursive_descent_parser)
- [EBNF](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form)
- [Go spec](https://go.dev/ref/spec)