LefterisJP / pycparser

Complete C99 parser in pure Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of Eli Bendersky's pycparser project for parsing C code with python.
You can find the original project here: https://github.com/eliben/pycparser

The fork is due to me needing some extra functionality for some non-standard C tokens

About

Complete C99 parser in pure Python

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.0%Language:C 1.9%Language:C++ 0.9%Language:Shell 0.1%