Skip to content
forked from mbdriscoll/ctree

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

License

Notifications You must be signed in to change notification settings

ucb-sejits/ctree

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%