mruby_cc
mruby_cc copied to clipboard
mruby to C parser
$./mrbcc_compile passing_tests.rb bash: ./mrbcc_compile: **No such file or directory** please change in web page ``` $ ./compile passing_tests.rb /usr/local/share/gems/gems/activesupport-5.1.5/lib/active_support/number_helper.rb:3:in `': uninitialized constant ActiveSupport::Autoload (NameError) from /usr/local/share/gems/gems/activesupport-5.1.5/lib/active_support/number_helper.rb:2:in `' from /usr/local/share/gems/gems/activesupport-5.1.5/lib/active_support/number_helper.rb:1:in `'...
currently not possible since build/ is used
use "bundle install" to install gem dependencies during configure, and check return status of this command to know if gems are installed correctly (if they are not already installed they...