changeset 36:dabd31807be6 default 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 wrap: on
line diff
--- a/.hgignore	Tue Nov 10 18:18:38 2009 +0300
+++ b/.hgignore	Wed Nov 11 02:41:59 2009 +0300
@@ -7,3 +7,4 @@
 dist/*.tar.gz
 dist/tema
 nbproject/private
+*~
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TODO	Wed Nov 11 02:41:59 2009 +0300
@@ -0,0 +1,11 @@
+Change brace style to "$(...)" or "${...}". Make configurable?
+
+Functions return Java objects instead of ints.
+
+Add functions for accessing Java object methods and bean properties.
+
+Function '=' to capture text generated by an instruction and return it
+as Java String.
+
+Reserved single-letter function names that do not have to be separated
+with whitespace: write "$(=foo:arg)" instead of "$(= foo:arg)".