Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Atlas77 currently uses a Rust-based compiler frontend and emits C.

Typical prerequisites:

  • Rust toolchain for atlas77 compiler builds
  • A C compiler backend (tinycc, gcc, clang, or msvc)

Quick verification commands:

atlas77 --help
atlas77 check src/main.atlas

If check runs, your environment is ready for basic development.