ppc-lang/include/compiler.hh
2022-09-19 10:34:19 +03:00

6 lines
89 B
C++

#ifndef PPC_COMPILER_H
#define PPC_COMPILER_H 1
#include "compiler/treeifier.hh"
#endif