Revert "improve abstraction for AssocList, fix bug in optional else (#315)" (#320)

This reverts commit bf6bb800c4.
This commit is contained in:
Dave Abrahams
2021-03-01 12:26:56 -05:00
committed by GitHub
parent 8b3bb7c5e9
commit f5300a84e5
55 changed files with 7431 additions and 293 deletions
-5
View File
@@ -5,7 +5,6 @@
#include <cstdio>
#include <cstring>
#include <iostream>
#include <string>
#include "executable_semantics/syntax_helpers.h"
@@ -24,9 +23,5 @@ int main(int argc, char* argv[]) {
return 1;
}
}
if (argc > 2 && argv[2] == std::string("-trace")) {
Carbon::tracing_output = true;
}
return yyparse();
}