mewmew / uc

A compiler for the µC language.
57 stars 5 forks source link

parser: Add support for lists of declarations #41

Closed mewmew closed 8 years ago

mewmew commented 8 years ago

From ast.go:

// TODO: Add support for lists of declarations? E.g.
//    int x, y, z;
//    int x, y = 3, *z;
mewmew commented 8 years ago

As lists of declarations are not included within the subset of uC, lets consider this issue in the future. Closing for now.