fix test
[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
10
11 * variadic macros
12 * predefined macros
13 ...
14 * builtins
15 ...
16 * int128
17 * very small real numbers
18 * cache tokens of files and copy tokens if used for further processing
19
20 * optimized inlines like htonl
21 * real integral type of enums
22
23 * #pragma PSI lib "foo" instead of lib "foo";
24 * #line directive