we're supposed to parse all that ourselves
[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 * pemalloc
6 * think about a better system for EXTVARs, separate \set and \get functions are clunky
7 * impl_def_val: allow num_exp
8 * fix right recursion of let_exp and set_exp
9 * improve varargs support, currently it's impossible to map e.g. curl_easy_setopt
10 * cpp: asm aliasing/redirects