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

13 lines
392 B
C++

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