Blame TODO

Packit f00812
* the manual:
Packit f00812
Packit f00812
** do an end-to-end proofread of the manual (this is under way, but is
Packit f00812
   going slowly)
Packit f00812
Packit f00812
** pretty up the dvi output; overflows, etc.
Packit f00812
Packit f00812
** faq
Packit f00812
Packit f00812
*** clean up the faqs section. The information is good; the texinfo
Packit f00812
   could use some touching up.
Packit f00812
Packit f00812
*** index the faq entries
Packit f00812
Packit f00812
*** mention that it's possible to use a variable to scan matching
Packit f00812
    brackets, nested comments etc.
Packit f00812
Packit f00812
*** include something about lexing/parsing fortran
Packit f00812
Packit f00812
** create a section on flex design, features, etc.
Packit f00812
Packit f00812
* getext
Packit f00812
Packit f00812
** make sure all flex modules use gettext translation facilities
Packit f00812
Packit f00812
*subdirectories
Packit f00812
Packit f00812
** in examples/manual, integrate the Makefile.examples into the
Packit f00812
    Makefile.am
Packit f00812
Packit f00812
* test suite
Packit f00812
Packit f00812
** integrate the test suite into automake's framework (note that the
Packit f00812
   test suite can be run from the top level directory with "make
Packit f00812
   check". Still, we want to get it completely under automake's control.)
Packit f00812
Packit f00812
** make test suite more complete
Packit f00812
Packit f00812
* generic coding
Packit f00812
Packit f00812
** move as much skeleton code as possible out of gen.c and into
Packit f00812
  flex.skl
Packit f00812
Packit f00812
** figure out whether we want to add the capability to have
Packit f00812
  auto-generated backout rules
Packit f00812
Packit f00812
** token-type and token buffer support
Packit f00812
Packit f00812
** check if we still need to #undef macros at the end of a header
Packit f00812
Packit f00812
** merge yylineno into support for location tracking
Packit f00812
Packit f00812
** bug where yylineno is not decremented on REJECT
Packit f00812
Packit f00812
** bug where yylineno is counted in trailing context
Packit f00812
Packit f00812
* C++
Packit f00812
Packit f00812
** have a separate skeleton for c++
Packit f00812
Packit f00812
** revisit the C++ API. We get requests to make it more complete.
Packit f00812
Packit f00812
Local Variables:
Packit f00812
Mode: text
Packit f00812
mode: outline-minor
Packit f00812
End: