Compiler · 2023

PyAsm

A MiniPython-to-x86-64 compiler.

A complete compiler in C++20: lexing, parsing, semantic analysis, and code generation that turns Python-like source into optimized x86-64 assembly — with full error reporting.

C++20x86-64 ASMCMake