// $Id: lpginput.h,v 1.3 1999/01/25 20:00:31 shields Exp $
copyright notice

#ifndef lpginput_INCLUDED
#define lpginput_INCLUDED

#include "config.h"
#include "stream.h"

typedef LexStream::TokenIndex TokenObject;
typedef LexStream::TokenIndex Location;

inline Location Loc(TokenObject i) { return i; }

#include "javasym.h" /* mapping of lexical symbols  */
#include "javadef.h" /* definition of parsing names */
#include "javaprs.h" /* parsing action functions    */

#endif