Dynamic type support for Mirah. Allows you to build Mirah programs that use a dynamic
type. All you need to do is include dynalink and asm jars on your programs class path.
- Rewrite dynamic type as intrinsic?
Add this line to your application's Gemfile:
gem 'mirah-dynamic'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mirah-dynamic
def str in: dynamic
in.toString
end
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request