In which I have Opinions about parsing and grammars

2 Tomte 1 6/5/2025, 12:51:24 PM chiark.greenend.org.uk ↗

Comments (1)

Joker_vD · 17h ago
> A comma would be fine too, because a declaration can contain a comma-separated list of things to declare.

    int foo(double), bar(int, int);
is valid C, apparently. Which makes sense, now that I think of it, but I'd rather never see it in any source code.