Package: python3-lark-parser Source: lark-parser Version: 0.7.2-3osrf~buster Architecture: all Maintainer: Jose Luis Rivero Installed-Size: 497 Depends: python3:any (>= 3.5~) Multi-Arch: foreign Homepage: https://github.com/lark-parser/lark Priority: optional Section: python Filename: pool/main/l/lark-parser/python3-lark-parser_0.7.2-3osrf~buster_all.deb Size: 260676 SHA256: dc02b7b3ffacf21df2c1e5985ccd6bcff168ed267f1f669b7b89247633c15701 SHA1: 0410346a1eeef757f71a02712655d4d4d0623790 MD5sum: ac6de0345c89efa7f20fe02590bfad23 Description: Lark - a modern parsing library for Python (Python 3) Lark lets you choose between Earley and LALR(1), to trade-off power and speed. It also contains a CYK parser and unique features such as a contextual-lexer. . Lark can: Parse all context-free grammars, and handle all ambiguity Build a parse-tree automagically, no construction code required Outperform all other Python libraries when using LALR(1) (Yes, including PLY) Run on every Python interpreter (it's pure-python) Generate a stand-alone parser (for LALR(1) grammars) . This is the Python 3 version of the package. This version installs the lark-parser executable Package: python3-lark-parser-doc Source: lark-parser Version: 0.7.2-3osrf~buster Architecture: all Maintainer: Jose Luis Rivero Installed-Size: 159 Suggests: python-empy Multi-Arch: foreign Homepage: https://github.com/lark-parser/lark Priority: optional Section: doc Filename: pool/main/l/lark-parser/python3-lark-parser-doc_0.7.2-3osrf~buster_all.deb Size: 100832 SHA256: 8f964b11746cc37d6362c527c3a105280fa105a1f5be7233076373b22359f6b1 SHA1: 65e51688f416eec79f8e6cec8bc54bb5b148e348 MD5sum: 9cc6fd9c1ff361441a56aabbc7744de5 Description: Lark - a modern parsing library for Python (Documentation) Lark lets you choose between Earley and LALR(1), to trade-off power and speed. It also contains a CYK parser and unique features such as a contextual-lexer. . Lark can: Parse all context-free grammars, and handle all ambiguity Build a parse-tree automagically, no construction code required Outperform all other Python libraries when using LALR(1) (Yes, including PLY) Run on every Python interpreter (it's pure-python) Generate a stand-alone parser (for LALR(1) grammars) . This is the documentation package