v0.1.0
Released on 2026-04-18.
- Initial public release of the Vertex compiler: lexer, parser, type checker, Apex codegen, and tree-walking JIT interpreter.
- CLI entry point
vertexwithrun,build, andtestsubcommands. - Salesforce integration via
--sf/--orgflags. - Standard library covering numeric, string, list, map, set, option, result, date, datetime, and dateformat types.
- Language Server Protocol support with completion, hover, go-to-definition, and diagnostics.
- Documentation site at vertex-run.github.io.