IvoryScript Release Instructions
This release is in the JAR format, the most common and efficient way to compile a Java program without issues.
All you need is a recent version of Java on your computer (most installations will work).
Most operating systems come with Java pre-installed, but it’s worth checking.
Getting Started
- Clone the repository.
- Make sure Java is installed.
- Write a simple program (or use one of the example programs in the
docsfolder). - Refer to the documentation if you want to experiment and write custom scripts.
Running the Program
Execute a script
// Execute a script you wrote:
java -jar releases/IvoryScript.jar yourfile.ivory
// Start the REPL
java -jar releases/IvoryScript.jarRecommended: Follow the ReadMe.md file for more detailed instructions.