include <grammar/scanner.h>
class dlp_lex : public lex_scanner { public: dlp_lex(istream* in = &cin, ostream* out = &cout ); term* operator()(); int _op(); // start of tokens = 257 (*pedantic*) };