Tips on Using Bison --graph=[file] on Linux
Recently (about a month ago) I was trying to introduce new constructs to my company's in-house extension language, and struggling with a couple of reduce-reduce errors. While I eventually solved this problem, digging into the y.output file was no picnic. As an experiment, I tried using Bison's --graph=<file> option to output a DOT file ...