root/bdm/libconfig/TODO @ 342

Revision 248, 0.6 kB (checked in by smidl, 15 years ago)

doc

Line 
1
2LONGER-TERM STUFF:
3
4- Add a += operator, so that additional elements can be appended to a list or
5  array
6
7- Add support for #include's; a patch was submitted for this previously, but it
8  is not reentrant (uses static global variables), so can't be used as-is. I
9  just haven't gotten around to implementing this because it's not a trivial
10  change, and free time being in limited supply as it is...
11
12- Add limited support for preserving comments?
13
14- Add support for unicode strings? A bit problematic, since flex doesn't
15  support unicode input, AFAICT. But maybe a way to convert between
16  parsed UTF-8 strings and std::wstring.
Note: See TracBrowser for help on using the browser.