Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alanvf/raku-llvm

Raku bindings for the LLVM that go beyond the C API
https://github.com/alanvf/raku-llvm

llvm perl6 perl6-llvm raku raku-llvm

Last synced: about 1 month ago
JSON representation

Raku bindings for the LLVM that go beyond the C API

Awesome Lists containing this project

README

        

# Raku-LLVM
Raku bindings for the LLVM that go beyond the C API (like it uses raku stuff).

Make sure that you have LLVM 7 installed (for now at least).

Todo:
- Add more examples.
- Add helper constructs/functions (such as an if/else function for `Builder`s).
- Add documentation (might use POD6 or pages idk).
- Add (at least a few) tests.