logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

yyref — generate cross-reference for yacc input

Authors

       Sandro Sigala <sandro@sigala.it>.

       Based on yyxref written and put in the public domain by Cathy Taylor.

Debian                                            July 1, 2001                                          YYREF(1)

Bugs

       This utility requires a complete rewrite because of fixed static memory allocation usage.

Description

yyref  generates  cross-references  for yacc input files.  The output consists of a number listing of the
       header and rules part, followed by the cross-reference.

       The options are as follows:

       -o      Set the output destination to file.

       -V      Print version information on standard output then exit.

Name

       yyref — generate cross-reference for yacc input

Synopsis

yyref [-V] [-ofile] [file...]

See Also