livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.53k stars 182 forks source link

Merge zero #397

Open matthewmueller opened 1 year ago

matthewmueller commented 1 year ago

Zero is a WIP example that builds Bud as a series of generators in user-land. I created this to make it easier to test the interfaces of these code generators while ensuring Bud has the flexibility I'm going for. It goes quite a bit farther than today's Bud, but it's also not really dynamic or tested. There's a lot I'll be pulling into Bud and some things that I'll keep out.