Sujet : Re: Parentheses De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou) Groupes :comp.lang.c Date : 04. Jun 2026, 13:57:33 Autres entêtes Organisation : A noiseless patient Spider Message-ID :<10vrsnt$2bg8$1@dont-email.me> References :123456 User-Agent : Mozilla Thunderbird
On 2026-06-04 13:47, Bart wrote:
[...]
This is about turning AST (which has stripped parentheses) back into the original source text.
This is, in the first place, an unnecessary and stupid task that generally cannot be fulfilled; since many homologous expressions map to the same unambiguous internal representations. (And those internal representations need no parentheses, they are regularly chosen to be inherently unambiguous.) Janis