Skip to main content

Using the transpiler (cctranspiler)

You can invoke the transpiler with the following arguments.

The transpiler generally is optimized for single invokation mode, meaning that you should not run the transpiler multiple times in a row. This is because the transpiler will not be able to cache the results of the previous invokation and will have to recompile everything from scratch.

Rather provide a list of all files to compile and invoke the transpiler once.

Long FormShort AliasDescription
--help-hPrint this help message
--output-oSpecify the output directory
--verbose-vPrint verbose output
--eval-eEvaluate the given expression
FILES...-The files to compile