/ctree

A C-family AST implementation designed to be an IR for DSL compilers.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

ctree

A C-family AST implementation designed to be an IR for DSL compilers.

See the website or documentation.

Build Status Coverage Status Documentation Status

Quick Install

pip install ctree

For OpenCL support, install the pycl package.

pip install pycl

Development

See the wiki