https://github.com/ik5/parser_howto
Example on how parsing works
https://github.com/ik5/parser_howto
ast golang howto howto-tutorial parser
Last synced: 10 months ago
JSON representation
Example on how parsing works
- Host: GitHub
- URL: https://github.com/ik5/parser_howto
- Owner: ik5
- License: mit
- Created: 2018-11-15T11:31:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T12:51:33.000Z (over 7 years ago)
- Last Synced: 2025-02-02T07:14:01.651Z (about 1 year ago)
- Topics: ast, golang, howto, howto-tutorial, parser
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parser_howto
The following repo is a version by version parser tutorial written in go.
Each tag represent a new step in what required in order to have a full-fledged
language that understands token, trees and syntax.