#ifndef CODEGEN_H #define CODEGEN_H #include #include "compiler_types.h" // Główna funkcja generująca kod ASM na podstawie stanu kompilatora std::string generateAssembly(const CompilerState& state); #endif // CODEGEN_H