Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 291 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 291 Bytes

mruby-compiler2

New mruby compiler based on Prism.

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :github => 'picoruby/mruby-compiler2'
end

License

under the MIT License:

  • see LICENSE file