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.exeThe 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
- Focused C17 syntax for native x64 test and support modules.
- Same release package, same backend, same validation discipline.
- Designed as a companion frontend, not a replacement for a full external C ecosystem.