Skip to content

Getting Started

Veyr is early. The current contributor path is focused on the compiler, language corpus, and core library work.

Installation docs will point at the pinned toolchain release once public downloads are ready.

For now, follow the compiler repository instructions and use the seed-based scripts there.

The first stable examples will live here once the user-facing CLI flow is ready.

fn main() -> int {
return 0
}