Nexus CLI (nex-cli) v0.1.1
==========================

TypeScript Nexus toolchain: run, REPL, tests, and selfhost.

Requirements
------------
- Node.js 18+ on your PATH

Quick start
-----------
1. Unzip this archive.
2. Open a terminal in the nex-cli-0.1.1 folder.
3. Dependencies are already included under node_modules/.
   If you need to reinstall: npm install --omit=dev
4. Try:

   node out/cli.js help
   node out/cli.js version
   node out/cli.js run path/to/program.nex
   node out/cli.js run path/to/program.nex --vm
   node out/cli.js repl
   node out/cli.js test
   node out/cli.js selfhost path/to/program.nex

Notes
-----
- stdlib/ and selfhost/ ship with this package.
- Also available on GitHub Releases and this project's Pages downloads/.
- VS Code / VSCodium: see the nex-lsp VSIX on the same release.

Repo: https://github.com/theworker02/nex-lang
Release: https://github.com/theworker02/nex-lang/releases/tag/v0.1.1
Site download: https://theworker02.github.io/nex-lang/downloads/nex-cli-0.1.1.zip
