SPECTRALANG_

// DOCS NAVIGATION

INSTALL_NOW

SOURCE: live GitHub releases API + build steps

SOURCE: live GitHub releases API

[ FETCHING LATEST RELEASE FROM GITHUB ... ]

[ BUILD FROM SOURCE ]

  1. STEP 01Clone the repository

    $> git clone https://github.com/Hyska-Software/SpectraLang.git
  2. STEP 02Enter the workspace

    $> cd SpectraLang
  3. STEP 03Build the full workspace (compiler, runtime, CLI, LSP)

    $> cargo build
  4. STEP 04Install the spectralang CLI on your PATH

    $> cargo install --path tools/spectra-cli