Documentation
Learn the language and explore the compiler internals.
Language Reference
Complete reference for the Fly programming language — syntax, types, expressions, statements, and grammar.
Read →Compiler Internals
Compiler internals reference — AST nodes, Sema objects, symbol resolution, Parser and CodeGen pipeline.
Read →Tutorial
Step-by-step practical guide to writing Fly programs — from Hello World to objects and error handling.
Read →Fly API
Reference for the Fly standard library — fly.str, fly.math, fly.os, fly.thread.
Read →Package Manager
Complete guide to flyp — the official Fly package manager. Covers project setup, dependency management, version resolution, build profiles, and the full CLI reference.
Read →