Evan Haas

Results 46 comments of Evan Haas

Once it's merged would there be interest in updating it to use aro instead of calling `zig cc` via a subprocess? I'd be happy to do it if so, I...

What if the abi file is just "a C header"? If I understand correctly, it is not a goal of this proposal that it can be used to facilitate interop...

Unfortunately not; I abandoned it because I wasn't able to find big enough chunks of time to work on it, so every time I came back to it I'd have...

`preserve_comments` can only be used for preprocessing-only (i.e. it cannot be used if you will be parsing the preprocessed output). The parser itself actually can't handle comments; it expects them...

Hi @roussov - are you referring to existing work you've done? Or suggesting a plan for implementing this?

Since it's behind a flag, I would suggest PR'ing small pieces rather than trying to get everything working at once - that will be easier to review, plus it will...