Skip to content

CLI and Build Pipeline

Test User edited this page Mar 28, 2026 · 1 revision

CLI and Build Pipeline

CLI Basics

kdx [options] <input.kdx>
  • -S emit assembly only
  • -c emit object only
  • -o <file> set output path
  • -x execute after successful build
  • -h, --help show help

Build and Test

./build.sh
./test.sh
./quick_tests/run_quick_tests.sh
./quick_tests/run_spec_tests.sh

Clone this wiki locally