You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When converting the following code into an Abstract Syntax Tree (AST) and generating code from it using pycparser, the parentheses surrounding a compound statement are removed, resulting in code that fails to compile due to a syntax error.
Please note that the ability to generate C code back from the AST is not considered a critical capability of pycparser; while I'll accept PRs for it, it's generally lower priority than the parsing part.
When converting the following code into an Abstract Syntax Tree (AST) and generating code from it using pycparser, the parentheses surrounding a compound statement are removed, resulting in code that fails to compile due to a syntax error.
The generated code appears as follows:
The text was updated successfully, but these errors were encountered: