Rodrigo Siqueira Jordão
Rodrigo Siqueira Jordão
Hi, I'm interested to work in this issue since I'm putting effort to implement writeback in the VKMS [1]. However, this is my first attempt to work on the userspace...
Thanks! I will start to dive into this issue.
This issue will solve #173
New stuffs for pre-parser: 1. Convert 'do ... end' to '{...}' in all cases 2. Join break lines with '+' 3. Remove comments and save it in a hash 4....
1. Change globalFunctions name to totalGlobalFunctions 2. When we execute kuniri with O1 flag it optimizes the final output to use a reduced version of the elements name. totalGlobalFunctions could...
Almost done... I just miss some tests similar the ones find in spec/language/ruby/global_test/. Add rspec tests with multiple variation of this parameter and other similar with tests in spec/language/ruby/global_test/
Almost done, can you just rebase your branch with dev and fix the conflicts?