In parser, read chunked input correctly
This commit is contained in:
parent
3aaa08b948
commit
42e9a264f3
6 changed files with 134 additions and 18 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace tree_sitter {
|
||||
class PreparedGrammar : public Grammar {
|
||||
public:
|
||||
public:
|
||||
PreparedGrammar(std::string start_rule_name,
|
||||
const std::map<const std::string, const rules::rule_ptr> &rules,
|
||||
const std::map<const std::string, const rules::rule_ptr> &aux_rules);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue