From 8d61389effe0b59489f47e813ab7e3f8c23d495f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 25 Mar 2016 18:40:45 -0400 Subject: TODO: New file --- diff --git a/TODO b/TODO new file mode 100644 index 0000000..e60e7e5 --- /dev/null +++ b/TODO @@ -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` -- cgit v0.9.1