# [2021.06.08] Lark

Today I managed to use the `Lark` parser generator for Python to work
with TPTP files. Although at [their site](http://tptp.org/) they
provide some BNF grammar, it doesn't work with `Lark` as is. I had to
edit it quite extensively. Nevertheless, I think it's better than
writing a lexer and a parser from scratch.