changeset 36:dabd31807be6 tip

Add TODO list.
author Mikhail Kryshen <mikhail@kryshen.net>
date Wed, 11 Nov 2009 02:41:59 +0300
parents 948faf5e2cc3
children
files .hgignore TODO
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/.hgignore	Tue Nov 10 18:18:38 2009 +0300
     1.2 +++ b/.hgignore	Wed Nov 11 02:41:59 2009 +0300
     1.3 @@ -7,3 +7,4 @@
     1.4  dist/*.tar.gz
     1.5  dist/tema
     1.6  nbproject/private
     1.7 +*~
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/TODO	Wed Nov 11 02:41:59 2009 +0300
     2.3 @@ -0,0 +1,11 @@
     2.4 +Change brace style to "$(...)" or "${...}". Make configurable?
     2.5 +
     2.6 +Functions return Java objects instead of ints.
     2.7 +
     2.8 +Add functions for accessing Java object methods and bean properties.
     2.9 +
    2.10 +Function '=' to capture text generated by an instruction and return it
    2.11 +as Java String.
    2.12 +
    2.13 +Reserved single-letter function names that do not have to be separated
    2.14 +with whitespace: write "$(=foo:arg)" instead of "$(= foo:arg)".