Consolidate reading of input chunks in parser

This commit is contained in:
Max Brunsfeld 2014-03-11 08:30:19 -07:00
parent 42e9a264f3
commit ff0c8a98b8
4 changed files with 17 additions and 17 deletions

View file

@ -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);