Build System
NyxLang uses Zig’s build system (build.zig) to compile the compiler and integrate generated lexer/parser artifacts.
What this doc should explain
Section titled “What this doc should explain”- 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)
Suggested sections to add
Section titled “Suggested sections to add”- Toolchain prerequisites
- One-command build/run
- Troubleshooting common build errors