Closed ersran9 closed 4 years ago
With current pp
*Language.C Language.C.Parser> fmap pretty $ parseC "struct S z = ((struct S) {'a', 0, .meta.z = x + y });" nopos Right struct S z = (struct S) {'a', 0, .meta..z = x + y};
merged in https://github.com/visq/language-c/pull/79 thanks!
I'll make a release soon!
released as 0.9
With current pp