Skip to content

Siyo 0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Apr 22:08

Siyo 0.3.1

Quick Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/urunsiyabend/SiyoCompiler/master/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/urunsiyabend/SiyoCompiler/master/install.ps1 | iex

Manual Install

Download the archive for your platform, extract it, and add bin/ to your PATH.
No Java installation required — a bundled JRE is included.

Usage

siyoc new my-app       # create project
cd my-app && siyoc run # build & run
siyoc run file.siyo    # run single file
siyoc repl             # interactive REPL

Uninstall

rm -rf ~/.siyo   # Linux/macOS

See GRAMMAR.md for the language reference.