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