feat: first prototype of optimizers + alloca optimizer

This commit is contained in:
2026-01-01 22:08:43 +01:00
parent 8a2d98e69e
commit 0b9cb7e7d9
12 changed files with 274 additions and 40 deletions

View File

@@ -1,7 +1,5 @@
#pragma once
#include <cstring>
#include <cassert>
#include <vector>
#include "parser/lexer.hpp"
#include "parser/nodes.hpp"