// ////////////////////////////////////////////////////////
// Copyright (1994) Columbia University
// Department of Biochemistry and Molecular Biophysics
//
// Author: Weider Chang, Ph.D
// ///////////////////////////////////////////////////////

#ifndef _H_PARSERMAIN_H
#define _H_PARSERMAIN_H


char * progName;
char ** fileList;
unsigned nFiles;
id starParser;

// The following two global variables are for debugging purpose;

int general_debug=0;
int lexer_debug=0;

#endif



