/ruby-interpreter-in-js

Ruby Interpreter in JS

Primary LanguageJavaScript

Ruby Interpreter in JS

# Install gems used to parse the code
$ gem install bundler
$ bundle

# Run with Real Ruby to see the expected result
$ ruby examples/01.rb

# Run with the interpreter from this repo to see it work
$ bin/interpreter examples/01.rb