Alpha Preview — Native x86-32 Compiler

PBXA32 ALPHA

V0.2 — C11 Scaffold

A complete x86-32 compiler pipeline written in ISO C11. From PowerBASIC source through preprocessor, lexer, parser, semantic analysis, IR, x86 code generation, COFF assembly, and PE32 linking — all in one toolchain. No C++ dependencies. No GNU extensions. Just pure standard C11 producing native Windows PE32 executables.

Alpha — Download coming soon
Download PBXA32 V0.2 (ZIP) Help File (CHM) ZIP downloads: -- · CHM downloads: -- Alpha Preview

Written in ISO C11 (no C++, no GNU)

Target: x86-32 / PE32

7 smoke tests passing

About PBXA32

PBXA32 is a from-scratch native x86-32 compiler written entirely in standard ISO C11. It features a complete 7-stage pipeline (preprocessor, lexer, parser, semantic analysis, IR, code generation, assembler, linker) producing PE32 executables with no external dependencies. 7 subsystem smoke tests pass.

Alpha Preview

PBXA32 is in active alpha development. The complete compiler, smoke tests, and documentation will be available for download with the first public alpha release.