aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-12-01 22:54:16 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2011-12-01 22:54:16 +0000
commit58bf1382be0cbcf3f9649286fd2719b789a1595f (patch)
treeb73665275a2d44879a8230c913b1ef21a42e57da /TODO
downloadlibconfig-58bf1382be0cbcf3f9649286fd2719b789a1595f.tar.gz
Imported Upstream version 1.3.2upstream/1.3.2
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..3faa3e3
--- /dev/null
+++ b/TODO
@@ -0,0 +1,16 @@
+
+LONGER-TERM STUFF:
+
+- Add a += operator, so that additional elements can be appended to a list or
+ array
+
+- Add support for #include's; a patch was submitted for this previously, but it
+ is not reentrant (uses static global variables), so can't be used as-is. I
+ just haven't gotten around to implementing this because it's not a trivial
+ change, and free time being in limited supply as it is...
+
+- Add limited support for preserving comments?
+
+- Add support for unicode strings? A bit problematic, since flex doesn't
+ support unicode input, AFAICT. But maybe a way to convert between
+ parsed UTF-8 strings and std::wstring.