tmp
This commit is contained in:
parent
7112002e30
commit
d2bb8cdd6a
5 changed files with 388 additions and 386 deletions
10
Language/public/ContextFreeCompiler.hpp
Normal file
10
Language/public/ContextFreeCompiler.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "Grammar.hpp"
|
||||
|
||||
namespace tp {
|
||||
|
||||
template <typename tAlphabetType, typename tStateType, tStateType tNoStateVal, tStateType tFailedStateVal>
|
||||
class RegularCompiler {};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue