3e6e55a15fa4ea5c6bdd9e4c6b4de2514952f44c
[m6w6/ext-psi] / TODO
1 * avoid allocs inside structures by reallocating the whole structure
2 * let the various list types be hashtables where appropriate
3 * check out jit-dynamic
4 * fix arginfo with nullable types
5 * think about a better system for EXTVARs, separate \set and \get functions are clunky
6 * fix right recursion of let_exp and set_exp
7 * improve varargs support, currently it's impossible to map e.g. curl_easy_setopt
8 * impl_var.name: remove leading '$'
9 * really solve the array/pointer problem