]> git.draconx.ca Git - cdecl99.git/commitdiff
libcdecl: Combine array length parser rules.
authorNick Bowler <nbowler@draconx.ca>
Thu, 20 Jul 2023 01:08:03 +0000 (21:08 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 20 Jul 2023 01:08:03 +0000 (21:08 -0400)
Some of the parser rules to handle incomplete array types versus arrays
with explicit length (not VLAs) are duplicated between the regular and
english parsers.

As this is the same in both cases we can use a new symbol and drop some
duplicate actions to simplify things a bit.


No differences found