Download VDX

Install VDX on your machine. After installation, run vdx yourfile.vdx from any terminal.

Latest Release

v0.0.8LATEST
2026-03-23
  • Types: float literals, true/false booleans, optional type annotations (let x: int = 5;)
  • new / object instantiation: let obj = new ClassName(); with dot access and methods
  • for loop: C-style for (let i = 0; i < n; i = i + 1) and for-in over arrays
  • Mixed int/float arithmetic with auto-promotion

All Versions

v0.0.82026-03-23latest
Download .msi
v0.0.72026-03-22
Download .msi
v0.0.62026-03-22
Download .msi

Older versions will appear here as new releases are published.