Antonio Paolillo

Results 2 issues of Antonio Paolillo

I just tried with python3.8 on Ubuntu 20.04, and it fails with the following error: `AttributeError: module 'argparse' has no attribute 'BooleanOptionalAction'` Which is fixed by just using a more...

documentation

Corrode fails on trivial programs with modern GCC/Clang because the preprocessor injects built-in macros (__STDC__, __LINE__, etc.) and #line markers. The parser rejects these with "Lexical error! The character '#'...