Tuesday, February 4, 2020

Started a Lark GUI testing tool

In the last weeks I read about parsers and finally settled on Lark. It helps me manipulating and extracting information from the entries of the opensource games list that I built. In order to be faster in developing parser grammars, I wrote a small PyQt based tool that allows to quickly check the output of a given grammar applied to given content within a GUI.

I also decided to make the effort public, so development will continue on the Github page of the lark-tester. It may become useful for others.