Package: python3-lark-parser Source: lark-parser Version: 0.7.2-3osrf~xenial 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~xenial_all.deb Size: 260716 SHA256: 91ca33eecb7338176de1b6729a55d666d7b77c4832bc0a90dcaf1a8547b68b91 SHA1: d931b66cf60c99e115ae6c15660cda8647973d99 MD5sum: 7b09e68f48c4f7f800c4a89567e038fd 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~xenial 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~xenial_all.deb Size: 100840 SHA256: be4ad21899993697d360b24234fe5f31a38fa07b3f04d3e7c8292b446e07953b SHA1: 90fe8689dcca7ab2e56742f48b57ebfc10fadbcd MD5sum: 1c555063a20c204c692a780ff15c6cfa 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