summaryrefslogtreecommitdiff
path: root/erts/lib_src/yielding_c_fun/TODO
blob: f3ded2dd223b851e23164ac928fe883ff4afe262 (plain)
1
2
3
4
* Refactor and beautify the code so it does not look like spaghetti
* Handle "automatic" array size initialization
* Handle struct initialization (e.g., struct t my_struct = {.field = hej});
* Print warning or error message when calling yieldable function from a position that YCF can't handle