Project

roy-lang

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby Roy is a bridge to the Roy JS compiler.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.3
 Project Readme

Ruby Roy Build Status

Ruby Roy is a bridge to the offical Roy compiler.

Roy.compile File.read("script.roy")

Installation

gem install roy-lang

Dependencies

This library includes a copy of the Roy source code, updated as each offical version of Roy is released.

JSON

The json library is also required but is not explicitly stated as a gem dependency. If you're on Ruby 1.8 you'll need to install the json or json_pure gem. On Ruby 1.9, json is included in the standard library.

ExecJS

The ExecJS library is used to automatically choose the best JavaScript engine for your platform. Check out its README for a complete list of supported engines.