PyLFG (Python Library for Lexical Functional Grammar) is a new open-source project that aims to provide a comprehensive set of tools for working within the Lexical Functional Grammar (LFG) formalism, ...
The grammar uses Lark's Earley parser algorithm. The grammar itself is not perfect. It may not reliably parse your source code or produce useful Python instances just yet. See issues for further ...