]> git.draconx.ca Git - cdecl99.git/commit
Add support for array declarators.
authorNick Bowler <nbowler@draconx.ca>
Sat, 25 Jun 2011 13:45:16 +0000 (09:45 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 25 Jun 2011 13:45:16 +0000 (09:45 -0400)
commitb3c6b8ad6aef24301d8ec511966140757e49f815
tree69a48f2f402483f9614e8fe8d60d62b3bf393963
parent8b46a260a9af1e1cd07ae51924022724f73aa830
Add support for array declarators.

Currently there is a (I think quite reasonable) restriction that the
array length either be unspecified, a positive integer constant, an
identifier, or *.
src/cdecl.h
src/explain.c
src/parse.y
src/scan.l