Skip to content

Releases: insanityvrr-dot/cstar

Release list

C✨ v2.0 "Loki"

Choose a tag to compare

@insanityvrr-dot insanityvrr-dot released this 17 Aug 00:31
b29aa8d
C*logo ## C✨ v2.0 "Loki"

Quick Install

Linux:

curl -sSL https://raw.githubusercontent.com/insanityvrr-dot/cstar/main/install.sh | bash

Windows:
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