Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.37 KB

README.rst

File metadata and controls

30 lines (24 loc) · 1.37 KB

cgen: An Abstract Syntax Tree for C, in Python

Gitlab Build Status

Github Build Status

Python Package Index Release Page

cgen offers a simple abstract syntax tree for C and related languages (C++/CUDA/OpenCL) to allow structured code generation from Python. To represent mathematical expressions, cgen can be used with pymbolic.

Places on the web related to cgen:

cgen is licensed under the liberal MIT license and free for commercial, academic, and private use. All of cgen's dependencies can be automatically installed from the package index after using:

pip install cgen