nouiz / pykit

Backend compiler for high-level typed code with first-class support for multi-dimensional arrays, objects and complex numbers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pykit

Backend compiler for high-level typed code with first-class support for multi-dimensional arrays, objects, complex numbers, list tuples and dicts, higher-order functions and sum/union-types.

Pykit tries to address an ever-growing number of compilers in the Python community, with a focus on array-oriented numerical code.

pykit:

* lowers and optimizes intermediate code
* produces IR that can be mapped to any desired runtime
* tries to be independent from platform or high-level language
* can generate LLVM or C89 out of the box

pykit is inspired by VMKit and LLVM.

Website

http://markflorisson88.github.io/pykit

Documentation

http://markflorisson88.github.io/pykit-doc/dev/

About

Backend compiler for high-level typed code with first-class support for multi-dimensional arrays, objects and complex numbers.

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


Languages

Language:Python 87.2%Language:C 11.1%Language:Shell 0.9%Language:C++ 0.5%Language:Objective-C 0.2%