summaryrefslogtreecommitdiff
path: root/TODO.txt
blob: b5c07bdb076588aee988f21852a62044968f2918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
== BEFORE NEXT RELEASE ==

== SOON ==
 * More features:
   * Implement SubstractBase
   * Pretty/smarter IPv6 stringification
   * Add escape function
 * Testing
   * Test Equals
 * Security
   * input length restriction option?
   * recursion depth restriction option
 * Code TODOs
 * Add external documentation
 * Make hostText from hostData?
 * Take care of deep/shallow distinction
 * Add specific URI support (callbacks?)

== LATER ==
 * Add code documentation
   * until no more Doxygen warnings
   * Is there a way to mark the public API part?
 * Add documentation on semantic actions?
 * Option to turn off segment extraction if
   validating only?
 * reduce recursion, replace some by loops