Siyo 0.3.1
Quick Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/urunsiyabend/SiyoCompiler/master/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/urunsiyabend/SiyoCompiler/master/install.ps1 | iexManual 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 REPLUninstall
rm -rf ~/.siyo # Linux/macOSSee GRAMMAR.md for the language reference.