parser.h File Reference
#include "ast.h"
#include <qstring.h>
#include <qstringlist.h>
#include <qvaluelist.h>
#include <qvaluestack.h>
Include dependency graph for parser.h:

This graph shows which files directly or indirectly include this file:

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... |