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: 5 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T23:34:50.000Z (about 6 years ago)
- Last Synced: 2025-01-31T07:12:06.606Z (about 1 year 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.