An open API service indexing awesome lists of open source software.

https://github.com/pfalcon/ullvmlite

Reimplementation of (subset of) of llvmlite Python module on top of https://github.com/pfalcon/ullvm_c
https://github.com/pfalcon/ullvmlite

llvm llvmlite pycopy

Last synced: 9 months ago
JSON representation

Reimplementation of (subset of) of llvmlite Python module on top of https://github.com/pfalcon/ullvm_c

Awesome Lists containing this project

README

          

ullvmlite
=========

A project to implement [llvmlite](https://github.com/numba/llvmlite)-compatible
API on top of the lightweight, pure-Python
[ullvm_c](https://github.com/pfalcon/ullvm_c/) module.

This project is a part of the [Pycopy](https://github.com/pfalcon/pycopy)
ecosystem.

Status: alpha

Licensing and copyright
-----------------------

Copyright (c) 2019 Paul Sokolovsky. Released under the terms of MIT license.