Skip to content

Releases: theworker02/nex-lang

Nex LSP v0.1.1

Choose a tag to compare

@theworker02 theworker02 released this 11 Aug 00:36

Nex LSP v0.1.1

Open VSX release of Nex LSP ( heworker02.nex-lsp) — language support for Nexus (.nex).

Extension

  • Syntax highlighting, snippets, and diagnostics hooks
  • Run / bytecode VM / self-host / test / REPL commands
  • WASM, LLVM, and native compile actions
  • Optional local package registry client (publish/install)

CLI (TypeScript)

Download nex-cli-0.1.1.zip from Assets (Node.js 18+).

ext unzip nex-cli-0.1.1.zip cd nex-cli-0.1.1 node out/cli.js help node out/cli.js run path/to/program.nex node out/cli.js repl

Includes compiled out/, production
ode_modules, stdlib/, and selfhost/. Website installers are not published yet — GitHub Releases only.

Docs & site

Install

Note

Patch bump after the initial �.1.0 upload finished Open VSX activation. Marketplace latest is �.1.1.

Nex LSP v0.1.0

Choose a tag to compare

@theworker02 theworker02 released this 11 Aug 00:31

Nex LSP v0.1.0

First Open VSX release of Nex LSP (theworker02.nex-lsp) — language support for Nexus (.nex).

Extension

  • Syntax highlighting, snippets, and diagnostics hooks
  • Run / bytecode VM / self-host / test / REPL commands
  • WASM, LLVM, and native compile actions
  • Optional local package registry client (publish/install)

Docs & site

Install

  • Open VSX: search Nex LSP or install theworker02.nex-lsp
  • Or install the attached .vsix via Extensions: Install from VSIX...

Note

Language/CLI toolchain version is tracked separately (see changelog). This tag matches the marketplace extension package version 0.1.0.