https://github.com/siadat/bake
Code for GopherCon presentation
https://github.com/siadat/bake
golang parser
Last synced: 10 months ago
JSON representation
Code for GopherCon presentation
- Host: GitHub
- URL: https://github.com/siadat/bake
- Owner: siadat
- Created: 2021-12-19T19:50:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T19:52:21.000Z (over 4 years ago)
- Last Synced: 2025-08-28T15:59:23.212Z (10 months ago)
- Topics: golang, parser
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bake
Bake is a proof-of-concept parser
and go/ast.Node generator.
Test:
```
make test
```
Run:
```
go run . ./testdata/1.bake
```