/[bison]/bison/src/getargs.h
ViewVC logotype

Diff of /bison/src/getargs.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by eggert, Wed Dec 11 06:31:14 2002 UTC revision 1.24 by akim, Tue Apr 29 12:57:35 2003 UTC
# Line 1  Line 1 
1  /* Parse command line arguments for bison.  /* Parse command line arguments for bison.
2     Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002     Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
# Line 35  extern int token_table_flag;           /* for - Line 35  extern int token_table_flag;           /* for -
35  extern int graph_flag;          /* for -g */  extern int graph_flag;          /* for -g */
36  extern int yacc_flag;           /* for -y */  extern int yacc_flag;           /* for -y */
37    
38    /* GLR_PARSER is true if the input file says to use the GLR
39       (Generalized LR) parser, and to output some additional information
40       used by the GLR algorithm.  */
41    
42    extern bool glr_parser;
43    
44    /* PURE_PARSER is true if should generate a parser that is all pure
45       and reentrant.  */
46    
47    extern bool pure_parser;
48    
49    /* NONDETERMINISTIC_PARSER is true iff conflicts are accepted.  This
50       is used by the GLR parser, and might be used in BackTracking
51       parsers too.  */
52    
53    extern bool nondeterministic_parser;
54    
55  /* --trace.  */  /* --trace.  */
56  enum trace  enum trace
57    {    {

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26