save
[protos/libecoli.git] / lib / todo.txt
1 tk_cmd
2 ======
3
4 X evaluate expression tree in ec_tk_expr
5 - cmd token
6 - example
7 X tk_re
8
9 cleanup
10 =======
11
12 - check XXX in code
13 X remove the _new() functions
14 - add a tk vector type: will be used in several nodes (ex: or, seq, ...)
15 - check allocation model everywhere
16 - checkpatch?
17 - use linux style (update .emacs)
18 - better logs
19 - return values
20 - use errno when returning pointers
21 - missing static / const
22 - license: "s/neither the name...may/the names of its contributors may not/"
23 - check all completion nodes
24 - split ecoli_tk.h
25 - cache results when appropriate?
26 - size_t or unsigned int?
27 - rename:
28   - ec_tk -> ec_node
29   - ec_parsed_tk -> ec_parsed
30   - ec_completed_tk -> ec_completed
31   - tk, gen_tk, token, ... -> node
32   - tokens -> input_str / input_strvec ?
33
34 logs
35 ====
36
37 - register log types
38
39 yaml
40 ====
41
42 X register nodes by name
43 - yaml interface to create nodes
44 - example
45
46 examples
47 ========
48
49 - example which parses arguments (argc/argv)
50 - example that acts as bash completion (ip link ?)
51 - calculator example (var assignation, expression evaluation)
52 - example with libedit
53 - mini script language
54 - configuration file
55
56 doc
57 ===
58
59 - overview
60 - add api doc in .h
61 - generate automatic api doc
62 - architecture
63 - coding rules, process
64 - each node
65 - allocation model
66 - say that it stops at first match (no ambigous support)
67
68 build framework
69 ===============
70
71 - .map files for API
72 - split libs, tests and examples
73 - add make help
74 - add make config
75 - -fvisibility=
76
77 tests
78 =====
79
80 - complete automatic tests with "make test"
81
82 new nodes
83 =========
84
85 - regexp
86 - node which always matches
87 - file + partial completion
88 - ether, ip, network
89 - fusion node: need to match several children, same for completion
90 - float
91
92 encoding
93 ========
94
95 - support utf-8 and other encodings
96 - example
97 - documentation
98
99 netconf example
100 ===============
101
102 - demonstration example that parses yang file and generate cli