Name
spvm - Executing SPVM programs
Description
The spvm command is a SPVM compiler and linker to generate an executable file.
Usage
usage: spvm [<options>] <class name>
spvm -I lib/SPVM Myapp
options:
-h, --help Shows this message
-v, --version Shows the version
-I, --include-dir <directory> Adds a include directory
-B, --build-dir <directory> Build diretory
-e <source> Executes a program source code using
the eval_string method in the Compiler class
Copyright & License
Copyright 2023 Yuki Kimoto. All Rights Reserved.
MIT License.