File: TODO.txt

package info (click to toggle)
source-highlight 1.11-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,872 kB
  • ctags: 4,699
  • sloc: sh: 3,633; cpp: 2,606; lex: 2,463; ansic: 1,610; makefile: 537; php: 185; perl: 145; yacc: 122; ruby: 63; sed: 53; python: 45; ml: 38; java: 30
file content (24 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TODO list
=========

Texinfo documentation.

for read_file use a class to initialize with the name of the
package

templates are not handled completely well (see tests/test_template.cc
and its output).  Actually this is due to possible ambiguities.

Use a class for printing errors

The scanner for ChangeLog:
- does not handle strings in '(' ')'
Maybe all those states in the scanner are not necessary, since one
can look lines that have no space in front

handle direct colors not only for html

There seem to be some repetitions for comment_state in some
scanners (e.g. php, python)