purescript / roadmap

Long-term projects not covered by other issues lists
20 stars 1 forks source link

WebIDL -> FFI Generator #18

Open paf31 opened 8 years ago

michaelficarra commented 8 years ago

For anybody looking for one, we have a WebIDL parser written in JavaScript here: https://github.com/shapesecurity/shift-spec-js/tree/4fbf70c9a53d6053cd521ec8cddba71392008336/src

If someone shows some interest, I can pull it out as its own project and convert it to PureScript.

paf31 commented 8 years ago

I started on this with https://github.com/paf31/purescript-webidl.