Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inducer/pycparserext
Extensions for Eli Bendersky's pycparser
https://github.com/inducer/pycparserext
c extension gnu-c opencl parser pycparser python
Last synced: 9 days ago
JSON representation
Extensions for Eli Bendersky's pycparser
- Host: GitHub
- URL: https://github.com/inducer/pycparserext
- Owner: inducer
- License: other
- Created: 2012-01-21T06:14:08.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T09:54:35.000Z (3 months ago)
- Last Synced: 2024-09-19T03:48:24.581Z (about 2 months ago)
- Topics: c, extension, gnu-c, opencl, parser, pycparser, python
- Language: Python
- Homepage: http://pypi.python.org/pypi/pycparserext
- Size: 125 KB
- Stars: 82
- Watchers: 12
- Forks: 28
- Open Issues: 24
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Extended functionality for pycparser
====================================.. image:: https://gitlab.tiker.net/inducer/pycparserext/badges/main/pipeline.svg
:alt: Gitlab Build Status
:target: https://gitlab.tiker.net/inducer/pycparserext/commits/main
.. image:: https://github.com/inducer/pycparserext/workflows/CI/badge.svg?branch=main&event=push
:alt: Github Build Status
:target: https://github.com/inducer/pycparserext/actions?query=branch%3Amain+workflow%3ACI+event%3Apush
.. image:: https://badge.fury.io/py/pycparserext.png
:alt: Python Package Index Release Page
:target: https://pypi.org/project/pycparserext/Extended functionality for Eli Bendersky's
`pycparser `_,
in particular support for parsing GNU extensions and
OpenCL.See also the `github code repository `_.