compiler-go/include/TCG/SentenceTranslator/CreatelistTranslator.h

13 lines
424 B
C++

#ifndef INCLUDE_TCG_SENTENCETRANSLATOR_CREATELISTTRANSLATOR_H_
#define INCLUDE_TCG_SENTENCETRANSLATOR_CREATELISTTRANSLATOR_H_
#include "Common/Common.h"
#include "TCG/ASM.h"
#include "TCG/SentenceTranslator/BaseTranslator.h"
class CreatelistTranslator : public BaseTranslator {
public:
ASMLines SentenceTranslate_(SymbolManager&, TACLine&) override;
};
#endif // INCLUDE_TCG_SENTENCETRANSLATOR_CREATELISTTRANSLATOR_H_