Make sure conflicts returned by compile are unique
This commit is contained in:
parent
53285f7d0c
commit
e1e0cc6278
7 changed files with 23 additions and 11 deletions
|
|
@ -24,7 +24,7 @@ describe("compiling the example grammars", []() {
|
|||
ofstream file(example_parser_dir + language + ".c");
|
||||
auto result = compile(grammar, language);
|
||||
|
||||
// cout << "\n conflicts for " << language << "\n:" << result.second;
|
||||
// cout << "\n\nconflicts for " << language << ":\n" << result.second;
|
||||
|
||||
file << result.first;
|
||||
file.close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue