Pregunta

I'm looking into parsing a C-file with pycparser and I'm trying to get the source line number from the AST generated by pycparser. Is this possible?

No hay solución correcta

Otros consejos

It is possible with the "coord" Object. Have a look at the coord class in the plyparser.py

https://bitbucket.org/eliben/pycparser/src/b169b693a194/pycparser/plyparser.py?at=default

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top