#pragma once #include "LanguageCommon.hpp" namespace tp { class ContextFreeGrammar {}; class RegularGrammar {}; }