blob: f7070ecd07f59e2e73b0822fb56c0fce08dab805 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
* PointerList<T>:List<T> -> PointerList<T>:List<T*>
* PCursor -> Pointer_cursor / PointerCursor ?
* efficient copy cons for List
* change String::pos
s[s.pos('%')] == '%'
would be nice
* use template handle in handle.hh for strings.
* Restricted cursor/list: make sublist from a list, and use rcursor as if list is as big as the sublist.
* move towards gnu?
parsestream.h
vector.h
|