newest
Open in hackernews
In which I have Opinions about parsing and grammars
https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/parsing/
2
•
Tomte
•
1d ago
Comments
Joker_vD
•
27m 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.
Joker_vD•27m ago