Lightweight server-side scripting programming language with CLI runtime and npm distribution
Starlight Language is a lightweight scripting programming language designed for simplicity, clarity, and learning. It includes a custom interpreter with lexer, parser, and evaluator components, and runs directly from the command line.
Install Starlight globally using npm:
npm install -g starlight-cli
Run a Starlight script from the command line:
starlight file.sl
sldeploy "Hello, Starlight"
Source Code → Lexer → Parser → AST → Evaluator → Output
View the project on GitHub: