inducer / pycparserext

Extensions for Eli Bendersky's pycparser
http://pypi.python.org/pypi/pycparserext
Other
83 stars 28 forks source link

Fix coord line numbers for Asm nodes. #41

Closed maximumspatium closed 6 years ago

maximumspatium commented 6 years ago

This fixes the issue #40. Please note that that fixes the issue only halfway. Coord.column will be always set to None for Asm nodes (although it could be inferred from the yacc context)...

inducer commented 6 years ago

Thanks!