language-c-quote
language-c-quote copied to clipboard
Missing antiquotations for initializers
Once one gets to generating array/structure initializers, the picture quickly gets ugly, forcing one to get down to the AST level and build an array of helper functions increasing in sophistication.
Having an antiquoter for designated/undesignated initializers for arrays and structures would have helped a lot.
Can you provide an example of what you want this to look like?