Compiler

Scar v0.0.1-alpha.2 - By Navid M (c) 2025

Usage:
  scar [options] [program]

Options:
  -asm       Show assembly output
  -c         Emit C output
  -d         Enable verbose logging
  -dll       Compile as dynamic link library
  -gc        Use bdwgc garbage collector
  -keepc     Keep generated C file
  -l <opts>  Additional linker options (e.g. -lm -lpthread)
  -o <file>  Output binary name
  -opt       Optimize for performance
  -v         Show version
  -nowin     Disable native windows headers
  -h, --help Show this help message