Added EOF symbol, making the getTable() saner for ACCEPT and lookahead support in ParseRule

This commit is contained in:
Nathan Braswell
2013-06-13 14:25:10 -04:00
parent 949dbc532a
commit 0c651a5d9e
9 changed files with 68 additions and 20 deletions

View File

@@ -1,6 +1,10 @@
#ifndef UTIL_H
#define UTIL_H
#ifndef NULL
#define NULL 0
#endif
#include <string>
#include <sstream>