tmp
This commit is contained in:
parent
8f38095bec
commit
dbd53719b0
8 changed files with 124 additions and 60 deletions
|
|
@ -21,8 +21,8 @@ namespace tp {
|
|||
ualni mAdvanceIdx;
|
||||
};
|
||||
|
||||
typedef NFA<Alphabet, Item> NFA;
|
||||
typedef typename NFA::Vertex State;
|
||||
typedef FiniteStateAutomation<Alphabet, Item> NFA;
|
||||
typedef typename NFA::State State;
|
||||
|
||||
public:
|
||||
void compile(const Grammar& in, NFA& out) { nfa = &out; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue