Use version of C++ grammar from 1.37.1

There is an issue in the current version of the grammar that causes duplicate scopes. Until that's fixed, rolling back
This commit is contained in:
Alex Ross
2019-08-27 11:42:11 +02:00
parent 9a67092e0d
commit c587f23553
8 changed files with 3724 additions and 22177 deletions

View File

@@ -24,4 +24,4 @@ int main () {
int t = 2;
if (t > 0) puts("\n*************************************************");
return 0;
}
}