pantoniou / libfyaml

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.
MIT License
241 stars 74 forks source link

Add basic win support #67

Open Enjection opened 1 year ago

pantoniou commented 1 year ago

I had some time to look at this PR more closely.

First of all, it is a significant amount of work. Most of it deals with the unportable (but very convenient) gcc extensions.

Obviously it's still a WIP and could use splitting up in more manageable chunks.

Enjection commented 1 year ago

Wow, thanks for review, it was PoC to build under MSVC and I didn't think you would review it until I publish it (now it is a draft). I will spend some time to separating changes and fixing your comments on these weekend.

God-damnit-all commented 11 months ago

@Enjection If it's not too much trouble, could you give a status update?