Query: yyextract
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YYEXTRACT(1) BSD General Commands Manual YYEXTRACT(1)NAMEyyextract -- extract grammar rules from a yacc grammarSYNOPSISyyextract [-behyV] [-o file] [-t title] [-w cols] [file ...]DESCRIPTIONThe yyextract utility extracts the grammar rules from a yacc grammar. The options are as follows: -b Select the Backus-Naur Form (BNF) for the output. -e Select the Extended Backus-Naur Form (EBNF) for the output. -h Output in HTML format. -o file Set the output destination to file. -t title Specify the page title for the generated HTML page. -w cols Set the width limit of the output (this sets only the width of the %token header). -y Select the yacc format for the output. This is the default format. -V Print version information on standard output then exit.NOTESThe Extended Backus-Naur Form (EBNF) is like the Backus-Naur Form (BNF) but with the empty rules translated with the zero-or-one operator (within the brackets '[' and ']').AUTHORSSandro Sigala <sandro@sigala.it>BSDJuly 15, 2001 BSD
Related Man Pages |
---|
byacc(1) - redhat |
yacc(1) - redhat |
yapps(1) - debian |
yacc(1) - minix |
yacc(1) - ultrix |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Introduction |
Detecting unused variables... |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |