aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 9584dbf26778bd6df8ebea7a3b6db5068e29ec70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
GNU cflow TODO list.  2005-11-25
Copyright (C) 2005, Sergey Poznyakoff

* Introduction

This document specifies the roadmap for further modification of
cflow. It is subdivided into four main sections: Planned Status
Overview, and three priority sections: High Priority Issues, Medium
Priority Issues and Low Priority Issues. The entries within each
priority section are placed in order of decreasing priority, the
most urgent ones being the first. 

* Planned Status Overview

The planned utility shall fully conform to POSIX specification of a
cflow utility. 
See http://www.opengroup.org/onlinepubs/009695399/utilities/cflow.html

The package shall have modular architecture: the `cflow' utility itself
shall invoke an external program (a back-end) to perform a lexical analisys
of input sources. This will allow to use `cflow' to analize source files
written in languages other than C.

The output format of the utility shall conform to the POSIX specification.
The program shall also be able to optionally pipe its output to an
external program (a front-end). This will allow for creating reports in
various formats (e.g. graph, html, etc.)

* High Priority Issues

** Divide and conquer: separate main cflow code (/src) and C lexical analizer
(/back-ends/C)

* Medium Priority Issues

** Implement front-end support.

** Provide front ends for: ASCII tree representation (~ current output look),
XML/HTML output.

** Add new back-ends: Yacc, Lex and object files. These are required by POSIX.

* Low Priority Issues

** Add new back-ends: C++, Scheme, Lisp... 

* Copyright information:

Copyright (C) 2005, Sergey Poznyakoff 

   Permission is granted to anyone to make or distribute verbatim copies
   of this document as received, in any medium, provided that the
   copyright notice and this permission notice are preserved,
   thus giving the recipient permission to redistribute in turn.

   Permission is granted to distribute modified versions
   of this document, or of portions of it,
   under the above conditions, provided also that they
   carry prominent notices stating who last changed them.


Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end:

Return to:

Send suggestions and report system problems to the System administrator.