Expose all grammar compilation errors

This commit is contained in:
Max Brunsfeld 2014-05-01 23:28:40 -07:00
parent e36d586817
commit 3a50171249
15 changed files with 79 additions and 49 deletions

View file

@ -39,7 +39,7 @@ namespace tree_sitter_examples {
str(op),
sym(rule_name) }));
}
rule_ptr delimited(std::string delimiter) {
return seq({
str(delimiter),