Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 `_.