This project implements a front-end prototype of a simplified C++ compiler. The core focus is on recursive-descent parsing, intermediate representation (IR) generation, and simulated execution using a ...
Oven Compiler provides a complete compilation pipeline from Python source code to GPU-ready PTX assembly. Built on MLIR (Multi-Level Intermediate Representation), it offers powerful optimization ...