#ifndef JAK_COMPILER_H #define JAK_COMPILER_H #include "common/type_system/TypeSystem.h" class Compiler { public: private: TypeSystem m_ts; }; #endif // JAK_COMPILER_H