Split up item set transition functions
This commit is contained in:
parent
7490a7ac94
commit
a8588cd4d3
7 changed files with 67 additions and 58 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue