This commit is contained in:
IlyaShurupov 2024-02-05 22:49:50 +03:00 committed by Ilusha
parent 7112002e30
commit d2bb8cdd6a
5 changed files with 388 additions and 386 deletions

View file

@ -0,0 +1,10 @@
#pragma once
#include "Grammar.hpp"
namespace tp {
template <typename tAlphabetType, typename tStateType, tStateType tNoStateVal, tStateType tFailedStateVal>
class RegularCompiler {};
}