ruby-llvm
ruby-llvm copied to clipboard
LLVM bindings for Ruby
Bumps [rake](https://github.com/ruby/rake) from 0.9.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [yard](https://github.com/lsegal/yard) from 0.7.4 to 0.9.20. Release notes *Sourced from [yard's releases](https://github.com/lsegal/yard/releases).* > ## Release v0.9.20 > > [0.9.20]: https://github.com/lsegal/yard/compare/v0.9.19...v0.9.20 > > - Fix parsing of stringified Symbols in Ruby...
Hello! I'm wondering why this gem includes `ext` folder and requires compilation. I thought FFI bindings don't require compilation? Could you explain it to me, please? It's important to me.
Next
Here are all of the changes put into individual commits. The issue with the protected method in execution_engine.rb was an unfortunate side effect of me learning git. I thought I...
Please, can you add some docs to the whole project? I want to use it along with `grammar` to build a compiler in my course at college and it's so...