636
630
/** Struct used to denote a reserved word in a parsing tree */
637
631
struct pars_res_word_struct{
638
632
int code; /*!< the token code for the reserved word from
642
636
/** A predefined function or operator node in a parsing tree; this construct