Get OdiaLang running on your machine in just a few minutes. Write code in Odia and compile to JavaScript on your local computer.
Check your Node.js version: node --version
The easiest way to install OdiaLang is using npm:
Run this command to verify OdiaLang is installed correctly:
Once installed, create your first OdiaLang program:
Create a file named hello.odia with:
Output: Namaskar, Odia!
| Command | Description |
|---|---|
odia file.odia | Run an OdiaLang file |
odia compile file.odia | Compile to JavaScript |
odia tokens file.odia | Show tokens (debug) |
odia ast file.odia | Show AST (debug) |
Don't want to install? Try OdiaLang in your browser: