Tanguy Le Carrour writes: > * gnu/packages/python-xyz.scm (python-lark-parser): New variable. [...] > + (synopsis "A modern parsing library for Python") Maybe "Multi-language parser for Python"? At least the 'A' should go. > + (description > + "Lark is a parser built with a focus on ergonomics, performance and resilience. > +Lark can parse all context-free languages. That means it is capable of parsing almost > +any programming language out there, and to some degree most natural languages too.") Heh, cool stuff! :-)