pure-c / purec

C backend for PureScript
232 stars 8 forks source link

Implement C FFI for purescript-enums #35

Closed felixSchl closed 3 years ago

felixSchl commented 5 years ago

Required by #12

Lupino commented 5 years ago

I think i can implement this library, please fork it.

felixSchl commented 5 years ago

Hey the fork is here https://github.com/pure-c/purescript-enums

On Thursday, November 1, 2018, Lupino notifications@github.com wrote:

I think i can implement this library, please fork it.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/pure-c/pure-c/issues/35#issuecomment-434693661, or mute the thread https://github.com/notifications/unsubscribe-auth/ACk_zmb5jppI2fyhxk8V2f7lOMdbCiI7ks5uqapGgaJpZM4XGt_g .

felixSchl commented 5 years ago

I have some lack of kmowledge with respect to string encoding in general, still catching up, which is why this library as well as purescript-strings look so daunting to me. Also the show instances in prelude are fairly whacky too.

Lupino commented 5 years ago

purescript-strings we should choose which regex library use, maybe pcre or others