File: TODO

package info (click to toggle)
libconfig 1.3.2-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,384 kB
  • ctags: 897
  • sloc: sh: 9,141; ansic: 1,451; yacc: 312; lex: 199; cpp: 193; makefile: 187
file content (16 lines) | stat: -rw-r--r-- 633 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.