A project for discovering and documenting the events in Ruby's Ripper parser.
Visible on GitHub pages: https://rmosolgo.github.io/ripper_events/
- Install deps with:
bundle install
brew install graphviz
(or install Graphviz another way)
- Update the docs in
events.rb
- Update the HTML template in
template.html.erb
- Rebuild the HTML with
rake
- View the rendered page with
open index.html
- Push
gh-pages
to update the website