Skip to content

Build System

NyxLang uses Zig’s build system (build.zig) to compile the compiler and integrate generated lexer/parser artifacts.

  • How to build NyxLang (debug/release)
  • How lexer/parser artifacts are generated (if they are)
  • Where build outputs go
  • How to run tests (if present)
  • Toolchain prerequisites
  • One-command build/run
  • Troubleshooting common build errors