summaryrefslogtreecommitdiff
path: root/TODO
blob: e0fec2262aee497bce19f58e18f45c0ae898d81b (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
* resolve the items in the to.do directory

** expand the above into individual requests and handle those requests

* integrate the items in the faqs/ directory into the manual or code
  or similar

* make flex.texi the authoritative manual

** take the man-isms out of flex.texi

*** Make "see also" into real xrefs

** add flex.texi and its generated info files into the Makefile
   process (best done via automake)

* repackage the distribution

** address lex-replacement: document or provide an option through
   configure for creating lex and libl.a files

** include parse.c and parse.h in distribution

*** remove parse.[ch] from `make clean'

** convert flex to use automake

** gettextify flex

* test suite

** Rewrite tests/Makefile.* so that users do not need to alter it when
   they add tests

** make test suite more complete

** create a script which sets up a new skeleton test directory with a
   correct .cvsignore file and other such niceties

** explicitly describe the copyright state of the entries in
   tests/. should this be public domain by default?

* move as much skeleton code as possible out of gen.c and into
  flex.skl

* create a uniform memory management API