Package: python3-lark-parser Source: lark-parser Version: 0.7.2-3osrf~stretch 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~stretch_all.deb Size: 260730 SHA256: 26e8da561ef218f45376fdff96d18f34b6e7bfafa43823414d46a1d6551877d7 SHA1: a9050b30a56b12ddd3d052d3e8fe35fe53b8d4cb MD5sum: 978585e5224eb4ba20b1b314a1d1b475 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~stretch 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~stretch_all.deb Size: 100768 SHA256: 0e8657beba057c4dae6808f9504b243caf4a41c247d3ec974e890286503ed095 SHA1: a8781d7fa8615367678879fc3d4fad5bb82eec26 MD5sum: 808d31e62ae702783a8403c548fdecd5 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