Parsing from C to Javascript with pycparser

162 Views Asked by At

I am trying to parse some code in C into Javascript to use it on a website. I have downloaded pycparser as said in the github documentation https://github.com/eliben/pycparser but I donot know how to use it. For example what commands do I need to use and how to do a preprocessing of the code with clang or cpp.

¿Can anyone help me?

Thanks.

0

There are 0 best solutions below