/* Top level entry point of bison,
- Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000
+ Copyright 1984, 1986, 1989, 1992, 1995, 2000
Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
#include "print.h"
#include "LR0.h"
#include "conflicts.h"
+#include "print_graph.h"
+#include "muscle_tab.h"
/* The name this program was run with, for messages. */
char *program_name;
lineno = 0;
getargs (argc, argv);
+ muscle_init ();
open_files ();
/* Read the input. Copy some parts of it to FGUARD, FACTION, FTABLE
/* Print information about results, if requested. */
print_results ();
+ /* Output the VCG graph. */
+ print_graph ();
+
/* Output the tables and the parser to ftable. In file output. */
output ();