hatchmoment. scored by care · not by stars

nex-lang

Nex Lang – a TypeScript‑first scripting language with CLI and VS Code LSP

Nex Lang offers a gradually‑typed, expression‑oriented language built on a TypeScript host, letting developers write scripts, small web apps, and tooling in a .nex file. It ships a command‑line interface, a bytecode VM option, and a full Language Server Protocol extension for VS Code, enabling IDE features like autocomplete and diagnostics. The language is self‑hosted: its lexer, parser, and evaluator are written in .nex itself, showcasing a compact bootstrap. It targets developers who want a lightweight, TypeScript‑friendly language for rapid prototyping and custom tooling.

lspnexnex-langopenvsxprogramming-languageself-hostingtypescriptvscode-extension
View on GitHub →

theworker02/nex-lang