describer.rb takes a ruby file as input and generates the following for the ruby code in the file.
- A Tokenization
- AST Nodes
- YARV Instructions
- Place the input file in the sample_code folder.
- Run
ruby describer.rb 'sample_code/sample_code.rb'
.
On MacOSX