Zhang Liwei
Results
2
issues of
Zhang Liwei
source code: int main() { int sum=5; sum = 3 * M + 4 * M + 5 * M; int test=assgin(sum); printf(sum); return 0; } AST: TranslationUnit |--FunctionDefinition `int...
bug
parser
AST
Hello, I am very interested in your project and want to continue to do the generation and analysis of CFG based on your project. But after reading your readme documentation...