Expose all grammar compilation errors
This commit is contained in:
parent
e36d586817
commit
3a50171249
15 changed files with 79 additions and 49 deletions
|
|
@ -39,7 +39,7 @@ namespace tree_sitter_examples {
|
|||
str(op),
|
||||
sym(rule_name) }));
|
||||
}
|
||||
|
||||
|
||||
rule_ptr delimited(std::string delimiter) {
|
||||
return seq({
|
||||
str(delimiter),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue