pycparser
There are 15 repositories under pycparser topic.
albertz/PyCParser
C parser and interpreter written in Python with automatic ctypes interface generation
inducer/pycparserext
Extensions for Eli Bendersky's pycparser
xyproto/c2go
:mountain_cableway: The original c2go program. Attempts to convert C to Go. Works on several simple examples, but not complex applications.
d0c-s4vage/py010parser
A modified pycparser to parse 010 templates
Ethsnarks/ethsnarks-pinocchio
Compile C to zkSNARKs using Pinocchio
Fhoughton/CSnake
A very basic C compiler written in python. Just for testing and in early development, can't really do anything right now.
yasasdy/Code-Quality-Analyzer-
Static code Ananlysis using Code Quality Metrics
DonAurelio/pragcc
A Source to Source Parallelizing Compiler initiative
lou1306/absentee
A C-to-C transformation tool
nikhitkumar00/Encrypted-Image-Storage
Encrypts and stores image using paraphrase
phyunsj/lua-to-c
Generate Lua-to-C wrapper out of *.h (for my own reference)
phyunsj/oncrpc-api-design
Generate ONCRPC middle-layer to simplify RPC application development (for my own reference)
RaiManish3/codeOptimisationProject
Using pycparser to accomplish replacement of sensitive snippets to more healthy ones.
syydev/Z3
SMT solver 기반 보안 약점 분석
UnknownAbyss/Ladders
A preprocessor for C that parses a c code file and parallelizes sections of it to run more efficiently. Written in Python. Parallelization performed through OpenMP