DQNEO / babygo

babygo👶 is a small Go compiler made from scratch, which can compile itself. It's going to be the smallest and simplest go compiler in the world.
MIT License
291 stars 20 forks source link

Support multi declarations for var #114

Open DQNEO opened 1 year ago

DQNEO commented 1 year ago
var (
...
)