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
- Host: GitHub
- URL: https://github.com/hparker/ruby_explorer
- Owner: HParker
- Created: 2021-03-12T08:15:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T21:00:56.000Z (over 4 years ago)
- Last Synced: 2025-03-31T12:11:09.597Z (about 1 year ago)
- Topics: languages, ruby, virtual-machine
- Language: C
- Homepage: https://www.rubyexplorer.xyz/
- Size: 285 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Ruby Explorer](https://www.rubyexplorer.xyz)

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.