help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

test bison-2.4.1b oke and feature req.


From: tys lefering
Subject: test bison-2.4.1b oke and feature req.
Date: Tue, 23 Feb 2010 11:44:23 +0100
User-agent: SquirrelMail/1.4.18

Hello,

Installed and tested Bison-2.4.1b without any problem on a
open suse Linux 11.2 64bits machine.

A feature request is to have a single line in the graph output
to indicate which tool it generated and the parser file name.

Now I edit the graphviz.c file with this:

void
start_graph (FILE *fout)
{
  fprintf (fout, "/* Generated with GNU Bison parser generator version %s
from '%s' */\n", VERSION, grammar_file);
  fputs ("digraph Automaton {\n", fout);
}

It is sometimes a problem a graph does not have such
information included when working with graphs from
different tools and sources.

Thanks.


-- 
"Linux is user friendly, it's just picky about its friends"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]