Skip to content

v1.0.0 IvoryScript JAR Release

Latest

Choose a tag to compare

@SamhithPola2025 SamhithPola2025 released this 14 Nov 03:44
· 2 commits to main since this release

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

  1. Clone the repository.
  2. Make sure Java is installed.
  3. Write a simple program (or use one of the example programs in the docs folder).
  4. 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.jar

Recommended: Follow the ReadMe.md file for more detailed instructions.