Ecosyste.ms: Awesome
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: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T17:00:00.000Z (about 5 years ago)
- Last Synced: 2024-11-11T17:02:41.491Z (3 months 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.