You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the source code has an __attribute__(stuff) somewhere in a function declaration where it's not yet supported. I'd be happy to take a patch.
Trying to parse this old file I had laying around as a test case: http://pastebin.com/yYr12cMH
This is the very simple parsing code (just uses
pycparser
'sparse_file
with theparser=GnuCParser()
kwarg): http://pastebin.com/7Si6e3q1It fails with this IPython trace: http://pastebin.com/5SFZnXiU
This is some related debugger output: http://pastebin.com/Veb7n9a7
I can link you my exact libio.h file, but unfortunately I don't know what it looks like after
pycparser
's pre processor call.Any thoughts? (Is it possible to at least make the parser print which line causes the syntax error, since it keeps the coordinate?)
The text was updated successfully, but these errors were encountered: