lib/cppparser/parser.h File Reference
#include "ast.h"
#include <qstring.h>
#include <qstringlist.h>
#include <qvaluelist.h>
#include <qvaluestack.h>
Go to the source code of this file.
Classes | |
class | Parser |
A generic ANTLR parser (LL(k) for k>=1) containing a bunch of utility routines useful at any lookahead depth. More... |