CFG compiler ini

This commit is contained in:
IlyaShurupov 2024-02-08 09:54:24 +03:00 committed by Ilusha
parent 4f88c45c9e
commit a9a810c197
5 changed files with 154 additions and 46 deletions

View file

@ -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;
};
}