]> git.saurik.com Git - bison.git/commitdiff
More.
authorAkim Demaille <akim@epita.fr>
Tue, 7 May 2002 09:31:01 +0000 (09:31 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 7 May 2002 09:31:01 +0000 (09:31 +0000)
TODO

diff --git a/TODO b/TODO
index 4780351fa3f0e35a78e760baf3b351d069a7387a..c056bbbb663c9c1f0226eac3d7b8f497e90ec7a4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -123,7 +123,28 @@ distinguish core item sets from non core:
            token3      go to state 6
 
 
            token3      go to state 6
 
 
-Note that the same questions applies to --graph.
+> So, it seems clear that it has to be an additional option :)
+
+Paul:
+
+       There will be further such options in the future, so I'd make
+       them all operands of the --report option.  E.g., you could do
+       something like this:
+
+       --report=state --report=lookahead --report=itemset
+       --report=conflict-path
+
+       where "--verbose" is equivalent to "--report=state", and where
+       "--report=conflict-path" reports each path to a conflict
+       state.
+
+       (As a minor point, I prefer avoiding plurals in option names.
+       It's partly for brevity, and partly to avoid wearing out the
+       's' keys in our keyboards.  :-)
+
+To implement this, see in the Fileutils the latest versions of
+argmatch and so forth.
+
 
 * Coding system independence
 Paul notes:
 
 * Coding system independence
 Paul notes: