rubex
https://github.com/sciruby/rubex
Ruby
rubex - A Ruby-like language for writing Ruby C extensions.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
3 Subscribers
Add a CodeTriage badge to rubex
Help out
- Issues
- Adds respond_to_missing? in classes where method_missing is implemented.
- Change on reverse.each
- Tag beginner issues with #hacktoberfest tag
- Linking external C library
- How can I refer to self?
- Fix expression generation in loop expressions
- Support varargs in C functions
- rubex typed memoryviews
- Check for return statement
- Documentation
- Docs
- Rubex::AST::Expression::RubyHashElementRef#analyse_types
- Rubex::SymbolTable::Entry#no_gil=
- Rubex::SymbolTable::Entry#no_gil
- Rubex::AST::Statement::NoGilBlock#add_to_symbol_table
- Rubex::AST::Statement::NoGilBlock#create_c_function_to_house_statements
- Rubex::AST::Statement::NoGilBlock#block_name
- Rubex::SymbolTable::Scope::Local#found_no_gil_block
- Rubex::SymbolTable::Scope::Local#no_gil_block_counter
- Rubex::SymbolTable::Scope::Klass#add_no_gil_block_callback
- Rubex::SymbolTable::Scope::Klass#no_gil_block_callbacks=