modernize code
This commit is contained in:
11
PCCcompiler/codegen.h
Normal file
11
PCCcompiler/codegen.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef CODEGEN_H
|
||||
#define CODEGEN_H
|
||||
|
||||
#include <string>
|
||||
#include "compiler_types.h"
|
||||
|
||||
// G³ówna funkcja generuj¹ca kod ASM na podstawie stanu kompilatora
|
||||
std::string generateAssembly(const CompilerState& state);
|
||||
|
||||
#endif // CODEGEN_H
|
||||
|
||||
Reference in New Issue
Block a user