Class RubyToRubyC
In: lib/ruby_to_ruby_c.rb
Parent: RubyToAnsiC

Methods

Public Class methods

Lazy initializer for the composite RubytoC translator chain.

Public Instance methods

Iterators for loops. After rewriter nearly all iter nodes should be able to be interpreted as a for loop. If not, then you are doing something not supported by C in the first place.

Assignment to a local variable.

TODO: figure out array issues and clean up.

Nil, currently ruby nil, not C NULL (0).

[Validate]