Sameer Deshmukh
Sameer Deshmukh
So its mainly done that way because all the classes under say `expression.rb` cater to only expressions, and most of these classes tend to be interdependent so it makes it...
OK. I'm sold. I'm updating the above list to reflect this change.
Sure. Please commit your changes to the 'refactor' branch. And be sure to send regular PRs so that I can pull your latest changes. This approach is just easier than...
MethodCall#analyse_statement: https://github.com/SciRuby/rubex/commit/0779f5660df554debd3ff0ddb210723c5976762e
CommandCall#generate_evaluation_code : https://github.com/SciRuby/rubex/commit/012963f63c99ca767dc5567238a72775aaf80dce
Name#analyse_statement: https://github.com/SciRuby/rubex/commit/a31144b4900da684b26892516289a866447ead88
ElementRef: https://github.com/SciRuby/rubex/commit/583d85980bc6b9361fe2fa2206e9fc375e48805e
@shaunakpp any progress on your end?
Hmmm good point. Currently there is no support for self. I will add it in future versions.
This would be a good feature. If you have any thoughts on how it can look in a Ruby-esque manner, please post them here so its helpful when we implement...