An open API service indexing awesome lists of open source software.

https://github.com/hparker/ruby_explorer

💎 Explore the Ruby VM! YARV instructions, lex and sexp
https://github.com/hparker/ruby_explorer

languages ruby virtual-machine

Last synced: about 1 year ago
JSON representation

💎 Explore the Ruby VM! YARV instructions, lex and sexp

Awesome Lists containing this project

README

          

# [Ruby Explorer](https://www.rubyexplorer.xyz)

Screen Shot 2021-12-22 at 1 10 39 PM

Explore Ruby's VM easily in your browser!

- See what instructions are generated
- Configure the compiler optimizations to see how you instructions change
- See the Lex & S-Expressions that your program is converted to

Updates the instructions when you finish typing!

Contributions welcome!

## How to build

```
bundle install
./bin/rails s
./bin/webpack-dev-server # (in another tab)
```

A database connection is required, but not used. Any old postgres URL will do. Hopefully we will remove the database requirement eventually.