Extract compiler into its own repo

This commit is contained in:
2023-01-01 14:53:18 -08:00
parent 7951fcc494
commit 1961e545c0
365 changed files with 7 additions and 23440 deletions

View File

@@ -1,11 +0,0 @@
#pragma once
#include <string>
#include <map>
class mangler {
private:
std::map<std::string, int> occurence_count;
public:
std::string new_mangled_name(const std::string& str);
};