Split up item set transition functions
This commit is contained in:
parent
7490a7ac94
commit
a8588cd4d3
7 changed files with 67 additions and 58 deletions
|
|
@ -2,10 +2,11 @@
|
|||
#include "rule_can_be_blank.h"
|
||||
#include "grammar.h"
|
||||
|
||||
using std::set;
|
||||
using namespace tree_sitter::rules;
|
||||
|
||||
namespace tree_sitter {
|
||||
using std::set;
|
||||
using namespace rules;
|
||||
|
||||
namespace build_tables {
|
||||
class FirstSetVisitor : Visitor {
|
||||
set<Symbol> value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue