Tweak parse debugging

This commit is contained in:
Max Brunsfeld 2014-10-13 21:20:08 -07:00
parent c594208ab8
commit ef2084d3c8
2 changed files with 18 additions and 24 deletions

View file

@ -141,7 +141,7 @@ class LexTableBuilder {
else
separators.push_back(rule);
}
return rules::repeat(rules::choice(separators));
}