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 X 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 dependencies
35 ============
36
37 - pass the current parsed state when parsing/completing
38
39 logs
40 ====
41
42 - register log types
43
44 yaml
45 ====
46
47 X register nodes by name
48 - yaml interface to create nodes
49 - example
50
51 examples
52 ========
53
54 - example which parses arguments (argc/argv)
55 - example that acts as bash completion (ip link ?)
56 - calculator example (var assignation, expression evaluation)
57 - example with libedit
58 - mini script language
59 - configuration file
60
61 doc
62 ===
63
64 - overview
65 - add api doc in .h
66 - generate automatic api doc
67 - architecture
68 - coding rules, process
69 - each node
70 - allocation model
71 - say that it stops at first match (no ambigous support)
72
73 build framework
74 ===============
75
76 - .map files for API
77 - split libs, tests and examples
78 - add make help
79 - add make config
80 - -fvisibility=
81
82 tests
83 =====
84
85 - complete automatic tests with "make test"
86
87 new nodes
88 =========
89
90 - regexp
91 - node which always matches
92 - file + partial completion
93 - ether, ip, network
94 - fusion node: need to match several children, same for completion
95 - float
96
97 encoding
98 ========
99
100 - support utf-8 and other encodings
101 - example
102 - documentation
103
104 netconf example
105 ===============
106
107 - demonstration example that parses yang file and generate cli