The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

spvmcc - SPVM compiler to create exe file

SYNOPSIS

  Usage: spvmcc [OPTIONS] [CLASS_NAME]
    
    # lib/SPVM/Myapp.spvm
    spvmcc -I lib/SPVM -o myapp Myapp

  Options:
    -h, --help                     Show this message
    -v, --version                  Show the version
    -o, --output                   Output file name
    -I, --module-dir <directory>   Add SPVM module searching directory
    -B, --build-dir <directory>    Building diretory
    -q, --quiet                    Quiet output
    -f, --force                    Force compile and link
    -c, --config                   Config file
    

DESCRIPTION

spvmcc is SPVM compiler to create executable file.