Releases: insanityvrr-dot/cstar
Releases · insanityvrr-dot/cstar
Release list
C✨ v2.0 "Loki"
## C✨ v2.0 "Loki"
Quick Install
Linux:
curl -sSL https://raw.githubusercontent.com/insanityvrr-dot/cstar/main/install.sh | bashWindows:
Download install.bat from this release, right-click > Run as Administrator.
What's Included
- Starcommandv1 interpreter (C++17)
- Cross-platform support (Linux, Windows, macOS)
- REPL, inline execution, token/AST debugging
- String interpolation, variables, control flow, functions, classes
- Shell command execution
- Example programs in
examples/
Requirements
- Linux: g++ (
sudo apt install g++) - Windows: MinGW-w64 in PATH