Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziqi-yang/llvmpym
LLVM python binding.
https://github.com/ziqi-yang/llvmpym
Last synced: 9 days ago
JSON representation
LLVM python binding.
- Host: GitHub
- URL: https://github.com/ziqi-yang/llvmpym
- Owner: Ziqi-Yang
- License: other
- Created: 2024-07-17T06:48:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T11:09:18.000Z (about 2 months ago)
- Last Synced: 2024-10-10T23:33:18.206Z (26 days ago)
- Language: C++
- Homepage: https://ziqi-yang.github.io/llvmpym/
- Size: 738 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLVMPY Meow!
llvmpym is a python library that provides LLVM binding. It bases on the LLVM C API.
This project is still in a very early stage
Target LLVM version: `18.1.8`
## Documentation
[link](https://ziqi-yang.github.io/llvmpym/)
Past versions of document can be downloaded on the Release Page.
## Related Projects
[lliv](https://codeberg.org/meow_king/lliv): An interactive LLVM IR viewer based on llvmpym.