$paramstop
$denseqstop
$condstop
$declstop
$initflag;    /* This is a compiler initialization run */
$oOOflag;      /* Save info for intermediate code optimizer */
$insrtptr = NIL;  /* pointer to dummy BLOCKDENOTATION vertex into */
			    /* which the syntax tree is to be inserted.     */
			    /* Set up by a previous initialization run of   */
			    /* compiler.                                    */
 $id_Boolean;  /* LETTERID node in which the parameter node  */
                               /* for Boolean must be inserted.              */
 $id_Void;     /* Analogous node for Void                    */
 $id_Integer;  /* Analogous node for Integer                 */
$id_Null;     /* Analogous for Null                         */
$appl_Null;   /* Node corresponding to application of Null  */
$indx_Boolean; /* string table index of 'Boolean' */
$indx_Integer;
$indx_Void;
$indx_simple;
$indx_standard;
$indx_inline;

$indx_put;
$indx_Callcc;
$indx_Array;
$indx_Null;

$stxtree = NIL; /* pointer to root of syntax tree */

$i; /* temporary */
    /* indices in string table of type components with   */
			 /* predefined signatures.                            */
$indx_assign,
$indx_passign,
$indx_massign,
$indx_equals,   
$indx_less,
$indx_greater,
$indx_le,
$indx_ge,
$indx_ne,
$indx_New,
$indx_ptr_New,
$indx_init_New,
$indx_ValueOf,
$indx_sconc,
$indx_pconc;

$sig_assign, /* pointers to trees representing predefined */
$sig_equals, /* signatures.                               */
$sig_less,
$sig_greater,
$sig_New,
$sig_const,
$sig_ValueOf,
$sig_sconc,
$sig_pconc,
$sig_Signature;

$has_externs; /* Mentions separately compiled Russell programs */

$yydebug;

/* The lookahead symbol.  */
$yychar;


$yynerrs;
