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
- Host: GitHub
- URL: https://github.com/pfalcon/ullvmlite
- Owner: pfalcon
- License: mit
- Created: 2019-12-22T11:55:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T17:00:00.000Z (about 6 years ago)
- Last Synced: 2025-02-14T08:34:38.708Z (about 1 year ago)
- Topics: llvm, llvmlite, pycopy
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.