Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alanvf/raku-llvm
- Owner: ALANVF
- License: bsd-2-clause
- Created: 2020-01-28T23:51:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T23:34:50.000Z (over 4 years ago)
- Last Synced: 2024-10-10T20:41:48.040Z (about 1 month ago)
- Topics: llvm, perl6, perl6-llvm, raku, raku-llvm
- Language: Raku
- Size: 71.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.