Get makefile working
This commit is contained in:
parent
fd757c20d0
commit
2c56612650
32 changed files with 87 additions and 97 deletions
|
|
@ -17,8 +17,8 @@ namespace tree_sitter {
|
|||
public:
|
||||
PatternParser(const string &input) :
|
||||
input(input),
|
||||
position(0),
|
||||
length(input.length()) {}
|
||||
length(input.length()),
|
||||
position(0) {}
|
||||
|
||||
rule_ptr rule() {
|
||||
auto result = term();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue