blockly_interpreter 0.3.0
Blockly is a library from Google for building visual programming editors. This gem is an interpreter for Blockly programs in Ruby.
Gemfile:
=
安装:
=
Runtime 依赖 (2):
activesupport
>= 0
nokogiri
>= 0
Development 依赖 (9):
bundler
~> 1.10
guard
>= 0
guard-minitest
>= 0
minitest
>= 0
minitest-reporters
>= 0
pry
>= 0
rake
~> 10.0
timecop
>= 0