Skip to content

JoshCheek/ruby-interpreter-in-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ruby Interpreter in JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published