This file is licensed to you under the license specified in the included file
`COPYING'. Look there for further details.


SPECIFIC TASKS:

* Implement overflows and underflows checks in `generate_main' function in
  `gm.c' file, in `GENERATE' section.

* Implement `unsignedint', `unsignedshort', `insignedlong' and
  `unsingedlonglong' as argument types. You should work in `generate_main'
  function and `sample', `argsdef.h' and `scanner.lex' files.


GENERAL TASKS:

* Implement `enumerated' argument type.

* Implement `description' sentence in `sample'.


The current maintainer is taking patches. See the file `AUTHORS'.

--------
LORENZO
--------
if configure doesn't find getopt, it should say to the programmer
that we provide getopt.c getopt1.c and getopt.h, which will be installed
in $(prefix)/share/gengetopt

write texinfo documentation

Check if non-required options are all generated within [] when long
help is required

remove some rules in parser.y by using possible empty symbols
(such as argtype...)

yesno should really be required?  If not given could be inferred as "no".

CONF PARSER

allow lines with comments at the end:
option value # comment

MULTIPLE

add multiple options within groups

OUTPUT

OPTIONS

additional options such as multiple and argoptional could be
given also in different order...  make a list of such options