ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/byacc/dist/test/btyacc/big_l.output
Revision: 7081
Committed: Thu Jul 9 21:32:57 2015 UTC (8 years, 9 months ago) by laffer1
File size: 907 byte(s)
Log Message:
add byacc

File Contents

# Content
1 Usage: YACC [options] filename
2
3 Options:
4 -b file_prefix set filename prefix (default "y.")
5 -B create a backtracking parser
6 -d write definitions (.tab.h)
7 -i write interface (y.tab.i)
8 -g write a graphical description
9 -l suppress #line directives
10 -L enable position processing, e.g., "%locations"
11 -o output_file (default ".tab.c")
12 -p symbol_prefix set symbol prefix (default "yy")
13 -P create a reentrant parser, e.g., "%pure-parser"
14 -r produce separate code and table files (y.code.c)
15 -s suppress #define's for quoted names in %token lines
16 -t add debugging support
17 -v write description (y.output)
18 -V show version information and exit