Split up item set transition functions

This commit is contained in:
Max Brunsfeld 2014-02-12 22:56:44 -08:00
parent 7490a7ac94
commit a8588cd4d3
7 changed files with 67 additions and 58 deletions

View file

@ -5,11 +5,11 @@
#include "rules.h"
#include "grammar.h"
using std::pair;
using std::string;
using std::map;
namespace tree_sitter {
using std::pair;
using std::string;
using std::map;
namespace build_tables {
static int NOT_FOUND = -1;
static rules::Symbol START("start", true);