Implement [matrix based cfpq algorithm](https://github.com/YaccConstructor/articles/blob/master/2018/GRADES-NDA/Rustam_matrices/graphparsing.pdf) by using [Cutlass library.](https://github.com/NVIDIA/cutlass) - [ ] Boolean matrices version. Use as small representation of bool value as possible. - [ ] Set of nonterminal matrices version. - [ ] Evaluate and compare.