types: missing 'long double' in psi_t_size() and psi_t_alignment()
[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 * CPP style #if(def(ined)) support in parser.re with a HashTable
7 * think about a better system for EXTVARs, separate \set and \get functions are clunky