CFG compiler ini
This commit is contained in:
parent
4f88c45c9e
commit
a9a810c197
5 changed files with 154 additions and 46 deletions
|
|
@ -55,7 +55,7 @@ namespace tp {
|
|||
}
|
||||
|
||||
private:
|
||||
Parser<tAlphabetType, UGTokens> mUnifiedGrammarParser;
|
||||
Parser<tAlphabetType, UGTokens> mUserParser;
|
||||
Parser<tAlphabetType, UGTokens, 0, 127> mUnifiedGrammarParser;
|
||||
Parser<tAlphabetType, UGTokens, 0, 127> mUserParser;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue