summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@ces.clemson.edu>2007-08-12 02:12:30 +0000
committerJoel E. Denny <jdenny@ces.clemson.edu>2007-08-12 02:12:30 +0000
commit728c4be290a95081c272ca917c54987135cde7e3 (patch)
tree174bf72cbd39d750582dd7a79609789af5610955 /TODO
parent5d31a2162dc41b71b9de73a3acb7fcba6fb8e7f3 (diff)
downloadbison-728c4be290a95081c272ca917c54987135cde7e3.tar.gz
Get rid of broken %no-parser, -n, and --no-parser implementation and
documentation. * TODO: Don't mention them. * doc/bison.1: Likewise. * doc/bison.texinfo (Decl Summary): Likewise. (Bison Options): Likewise. (Option Cross Key): Likewise. * src/getargs.c (no_parser_flag): Remove global variable. (usage): Don't print description of -n and --no-parser. (long_options): Remove --no-parser entry here. (getargs): Remove -n case in the switch here. * src/getargs.h (no_parser_flag): Remove extern. * tests/regression.at (Web2c Actions): Remove comment that mentions --no-parser.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 94bd12c8..8b1d9b31 100644
--- a/TODO
+++ b/TODO
@@ -168,10 +168,9 @@ Paul notes:
Show reductions.
* Broken options ?
-** %no-parser
** %token-table
** Skeleton strategy
-Must we keep %no-parser? %token-table?
+Must we keep %token-table?
* src/print_graph.c
Find the best graph parameters.