Documentation of c-api functions
I would love to know what each of the functions returns and perhaps a little bit of what each function does. Like while looking through object.h:134 I see that it returns char is that because you don't want to use bool for some reason? I am working on a library for rust to allow this to be embedded into a rust program and would love some more documentation.
Hi, Thanks for the message. I will try to write documentation starting from public API. It will take some time though. Wrt to the bool it is C++ extension afaik.
S.
actually _Bool has been a thing since C99 (I had to look this up)
Hi @JCBurnside . I pushed branch https://github.com/never-lang/never/tree/public_api_doc which contains some initial documentation of the public API. You may check include/object.h file first. I will try to proceed with following files in the next days. However I wanted to let you know that something is happening regarding your issue. Take care!