Hi fellows! This is a Rupine programming language compiler/runtime, which we are trying to keep 100% compatible with TradingView's Pine. It allows you to compile, optimize and run your favorite Pine scripts on your own machine!
Clone this repo:
$ git clone https://github.com/ins1d3r/rupine.git && cd rupine
Then build this gem from source
$ gem build rupine.gemspec
And install it to your system
$ gem install rupine
TODO: Write usage instructions here
After checking out the repo, run bundle install to install dependencies. Then, run rake test to run the tests.
Then you are ready to go!
Bug reports and pull requests are welcome on GitHub at https://github.com/ins1d3r/rupine. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Rupine project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.