#include <cassert>#include <cstdio>#include <cstring>#include "hash.h"#include "id.h"#include "data.h"#include "gramrule.h"#include "trace.h"#include "gabbie.h"Defines | |
| #define | MAX_LINE_SIZE 256 |
| #define | RULE_KEY(g1, g2) ( (g1*16384) + g2 ) |
|
|
|
|
|
|
1.4.6