issues
search
inducer
/
pycparserext
Extensions for Eli Bendersky's pycparser
http://pypi.python.org/pypi/pycparserext
Other
83
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Gh 86
#88
inducer
closed
3 days ago
0
Fix #86
#87
bbb23exposed
closed
3 days ago
1
pointer is ignored if __attribute__ is used
#86
bbb23exposed
closed
3 days ago
2
Incorrect parse on struct field that is a pointer to a function with attributes that returns a function pointer
#85
lambdadog
opened
2 months ago
2
added __alignof__ gnu extension support
#84
retif
opened
4 months ago
3
Comprehensions fix
#83
inducer
closed
5 months ago
0
Bump actions/checkout from 3 to 4
#82
dependabot[bot]
closed
5 months ago
0
Bump actions/setup-python from 4 to 5
#81
dependabot[bot]
closed
5 months ago
0
added __typeof expression type_specifier, it is another alias for __typeof__; also test added too
#80
retif
closed
6 months ago
2
type cast parsing error in (__typeof(h))spa_meta_first(m) line, __typeof(h) type is not allowed by parser rules
#79
retif
closed
6 months ago
1
Fix array attributes
#78
douglas-raillard-arm
opened
1 year ago
1
Fix TypeDeclExt/ArrayDeclExt
#77
douglas-raillard-arm
closed
1 year ago
5
Add support for __attribute__(()) in enum/struct/union
#76
douglas-raillard-arm
opened
1 year ago
5
Support __attribute__ within struct declaration
#75
nxmaintainer
opened
1 year ago
1
Placate flake8-comprehensions
#74
inducer
closed
1 year ago
0
Support complex __attribute__ involving __alignof__
#73
jordr
opened
1 year ago
6
Improve support for __extension__ keyword
#72
MartinSpiessl
opened
1 year ago
1
Fix GNU statement expression syntax and code generation
#71
MartinSpiessl
opened
1 year ago
1
Bump to py 3.8
#70
inducer
closed
2 years ago
0
Fix lint missed by flake8<5, enables quotes, bugbear
#69
inducer
closed
2 years ago
0
NotImplementedError: cannot attach asm or attributes to nodes of type '<class 'pycparser.c_ast.PtrDecl'>'
#66
MaggieCwj
opened
2 years ago
0
stddef.h include issue
#65
KoenVda88
opened
2 years ago
2
Next release roadmap
#64
qwenger
closed
3 years ago
2
Use Python 3.x in Github CI script
#63
inducer
closed
3 years ago
0
Add support for case ranges.
#62
qwenger
closed
3 years ago
2
Support for case ranges
#61
qwenger
closed
3 years ago
2
Check the parsed AST in the tests
#60
DCNick3
opened
3 years ago
1
Add support for attribute in between pointer and declaration name
#59
DCNick3
closed
1 year ago
10
CI/README: master->main
#58
inducer
closed
3 years ago
0
test/test_pycparserext.py L244 test_array_attributes lost array dimension
#57
windclarion
closed
3 years ago
4
Add emit_declname parameter to _generate_type to match pycparser
#56
tautschnig
closed
4 years ago
3
Added typeof keyword
#55
t11230
closed
4 years ago
2
Added support for Asm labels
#54
t11230
closed
4 years ago
4
Added support for designated range initializers
#53
t11230
closed
4 years ago
3
Added __volatile__, __volatile and __restrict__ GNU keywords
#52
t11230
closed
4 years ago
2
Drop py2
#51
inducer
closed
4 years ago
0
Parsing of Basic Blocks
#50
zehanort
opened
4 years ago
1
Add prototype Github CI workflow
#49
inducer
closed
4 years ago
0
TypeError: _generate_type() got an unexpected keyword argument 'emit_declname'
#48
zehanort
opened
4 years ago
2
Implement iter for all classes that subclass c_ast.Node
#47
julianneswinoga
closed
5 years ago
1
Implement iter for FuncDeclExt
#46
julianneswinoga
closed
5 years ago
1
Cannot traverse nodes using NodeVisitor, FuncDeclExt is not iterable
#45
julianneswinoga
opened
5 years ago
4
installation error pycparserext
#44
bsuritej
closed
5 years ago
5
pycparser.ply.yacc.YaccError: Unable to build parser
#43
githubg0
closed
5 years ago
7
struct in a struct with __attribute__((packed))
#42
jackrosenthal
opened
5 years ago
1
Fix coord line numbers for Asm nodes.
#41
maximumspatium
closed
6 years ago
1
Coord.line is always set to 0 for Asm nodes
#40
maximumspatium
opened
6 years ago
1
Test case for issue #36.
#39
maximumspatium
closed
6 years ago
2
Add an open source license to this repository
#38
jackrosenthal
closed
6 years ago
1
Fix for #36
#37
jackrosenthal
closed
6 years ago
1
Next