PBXB64 C17 Frontend

C modules in the PBXB64 toolchain Multi-language

PBXB64 includes a focused C17 frontend for support modules, runtime experiments, and mixed-language compiler tests. C sources can travel through the same x64 backend that serves PowerBASIC-compatible BASIC, B64, PILOT, and inline assembly.

Compile a C file

CLI - C17 frontend
PBXB64 hello.c -o hello.exe PBXB64 support.c main.pb -o mixed.exe

The C frontend is useful when a project needs a small native helper without switching to a separate compiler pipeline. The website keeps this page under the PBXB64 product folder because the feature belongs to that compiler.

Where it fits

Back to architectureFeature list