diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-25 18:40:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-02-07 19:02:56 (EST) |
commit | 8d61389effe0b59489f47e813ab7e3f8c23d495f (patch) | |
tree | 0f9e28f75eaac24df00cb255b8d3d84b8ec63f21 /TODO | |
parent | 7dd5e6352dad2faed6b518e528001e342cc16785 (diff) | |
download | eggshell-8d61389effe0b59489f47e813ab7e3f8c23d495f.zip eggshell-8d61389effe0b59489f47e813ab7e3f8c23d495f.tar.gz eggshell-8d61389effe0b59489f47e813ab7e3f8c23d495f.tar.bz2 |
TODO: New file
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ + * Store static variable values in eval array (two dimensions: TU and variable + name) + * Save static variable values in ctxsw + * Implement associative arrays + - TBD: syntax/functions + - Use `__x__` between array name and index name + Example: array `arr_` and index `ind`: stored as `__arr_arr___x__ind` + Example: array `arr` and index `_ind`: stored as `__arr_arr__x___ind` + Example: array `arr_` and index `_ind`: stored as `__arr_arr___x___ind` |