This program compiles pure code to binary executables. Try it in the playground!
run <path> <entrypoint>build <path> <entrypoint>print <source|ast|llvm-ir> <path> <entrypoint>help [<sub-command>]
--output-directory <path>(default:./out)--compile-time-debug-output--runtime-debug-output--log-level <debug|info|warning|error>(default:info)
LANG_MODULE_PATH(optional; default:base-library/lang)- Value:
{string} - Description: Path to the "Lang" module of the base library.
- Value: