Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem when I use Iterator #6

Open
Rajagopalan-M opened this issue Mar 20, 2019 · 0 comments
Open

Problem when I use Iterator #6

Rajagopalan-M opened this issue Mar 20, 2019 · 0 comments
Assignees

Comments

@Rajagopalan-M
Copy link

Rajagopalan-M commented Mar 20, 2019

Hi, I am using Ruby 2.5.1. I actually doesn't understand the motto of this project clearly. I don't understand what do you mean static ruby subset ? Can you explain what does it mean? I tried this program

require 'ruby_parser'
require 'ruby_to_ruby_c'

sexp = RubyParser.new.parse "a=[2,23,4,4,4]
a.each do |i|
puts i
end
"
c  = RubyToRubyC.new.process sexp

puts c

It's giving me the error. Can you explain me how to convert the above program into C?

Or do you have any material to study about this? I wanted to convert my ruby project into C so that I can compile and create the exe.

@zenspider zenspider self-assigned this Aug 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants