From: Akim Demaille Date: Sun, 5 May 2002 11:56:49 +0000 (+0000) Subject: New experimental feature: display the lookaheads in the report and X-Git-Tag: BISON-1_49b~238 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d4e7d3a1919c20a6dbf5eb4cfa62cb6228a0e48d?hp=d4e7d3a1919c20a6dbf5eb4cfa62cb6228a0e48d New experimental feature: display the lookaheads in the report and graph. * src/print (print_core): When --trace-flag, display the rules lookaheads. * src/print_graph.c (print_core): Likewise. Swap the arguments. Adjust caller. ---