A pure C++23 program that:
- lexes real C++ code at compile time
- parses real C++ code at compile time
- builds an AST at compile time
- performs semantic analysis at compile time
- emits real x86-64 machine code at compile time
- executes that machine code at runtime
All inside a single translation unit.
All using only released ISO C++23 and Clang-18.
No runtime reflection. No LLVM. No external tools. No future standards.
contact: zoffice@zenithcpp.com