2 * parser classes of HunTools
4 * implemented: text, HTML, TeX, first word
6 * Copyright (C) 2003, Laszlo Nemeth
10 #ifndef _FIRSTPARSER_HXX_
11 #define _FIRSTPARSER_HXX_
13 #include "textparser.hxx"
16 * Check first word of the input line
20 class FirstParser
: public TextParser
26 FirstParser(const char * wc
);
27 virtual ~FirstParser();
29 virtual char * next_token();