Install python-pycparser by entering the following commands in the terminal:
sudo apt update sudo apt install python-pycparser
Description:
C parser in Python
pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools.
Homepage: https://github.com/eliben/pycparser
Version: 2.18-2
Section: python