2 #ifndef __ILPushLexer_hh__
3 #define __ILPushLexer_hh__
7 #include "LPushLexer.hh"
9 class ILPushLexer : public LPushLexer
12 ILPushLexer(class ALogger&, class APushParser&, class TDictionary&);
13 ~ILPushLexer(void) { };
15 virtual bool complete(void);
18 class TDictionary& dictionary;