@indori-lang/cli
v1.0.5
Published
IndoriLang CLI - Run and compile IndoriLang programs from the command line
Maintainers
Readme
IndoriLang CLI
Command-line interface for IndoriLang - Run and compile IndoriLang programs from your terminal.
Installation
npm install -g @indori-lang/cliOr use with npx:
npx @indori-lang/cli run hello.ilUsage
Run a file
indori run hello.ilCompile to JavaScript
indori compile program.il output.jsShow version
indori versionShow help
indori helpExamples
# Run a program
indori run examples/hello.il
# Compile to JavaScript
indori compile examples/array.il array.js
# Run the compiled JavaScript
node array.jsLicense
MIT
