#include <string>
#include <list>
#include <map>
#include <set>
#include "tokens.h"
Include dependency graph for grammar.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | rule |
Class rule implements a rule of a grammar. More... | |
class | grammar |
Class grammar implements a CFG, ready to be used from a chart parser. More... |