Preparing for debian package
[ACL.git] / TODO
1 Things to do:
2 =============
3
4 - String: test cases for numerical conversion
5 - String: Implement String != regex operator
6 - String: index and rindex methods with String argument
7 - String: format operator % like in python
8 - String: split and join
9 - String: assign fstream objects to read and write a file
10 - regex:  throw an exception when contructing a regex returns an error
11
12 - date: test parser for invalid dates and syntax errors
13 - date: Parser for stream input
14 - date: Yearday, Weekday and week number
15
16 - UTC: Convert to and from time_t, struct tm
17
18 - Add classes: xml, configuration, amount