Skip to content

Compiler CLI

Scover edited this page Oct 13, 2024 · 1 revision

Compiler CLI

Examples

Compile to C from file program.psc to program.c

psdc c program.psc -o program.c

The first argument (c) indicates the target language. It is mandatory. As of now, only C is supported.

Clone this wiki locally