You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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!
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 usebool
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.The text was updated successfully, but these errors were encountered: