X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c6c8de1609da38a4ffb6dbed8047491d85d57e3d..11aef5e95b890364474c49c7d4529de2bec3544e:/TODO diff --git a/TODO b/TODO index 40127468..e8509e3c 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,16 @@ * Short term +** Graphviz display code thoughts +The code for the --graph option is over two files: print_graph, and +graphviz. I believe this is because Bison used to also produce VCG graphs, +but since this is no longer true, maybe we could consider these files for +fusion. + +Little effort factoring seems to have been given to factoring in these files, +and their print-xml and print counterpart. We would very much like to re-use +the pretty format of states from .output in the .dot + +Also, the underscore in print_graph.[ch] isn't very fitting considering +the dashes in the other filenames. ** push-parser Check it too when checking the different kinds of parsers. And be