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
Older versions will appear here as new releases are published.