Crowlang / crow

Crow Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve CRO_CallFunction to remove support for structs

Bravotic opened this issue · comments

Remove struct calling from CRO_CallFunction and re-implement it in such a way where there doesn't need to be any extra data sent to CRO_CallFunction. See the C api docs for why this function is awful.