MrbParser: mrb file parser

MrbParer is a parser library and command to parse mrb format, binary code format generated by mruby(mrbc).

Installation

Add this line to your application's Gemfile:

gem 'mrb_parser'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mrb_parser

Usage

MrbParser has a simple command: mrb_parser.

$ mrb_parser sample.mrb

To show more information, with -d option:

$ mrb_parser -d sample.mrb

TODO

  • support LINENO section (current implementation is broken)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request