Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-lark-parser | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 0.8.5 | Vendor: openSUSE |
Release: bp154.1.19 | Build date: Mon May 9 11:29:17 2022 |
Group: Development/Languages/Python | Build host: lamb18 |
Size: 772947 | Source RPM: python-lark-parser-0.8.5-bp154.1.19.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/lark-parser | |
Summary: A parsing library for Python |
Lark is a general-purpose parsing library for Python. With Lark, one can parse any context-free grammar with little code.
MPL-2.0
* Wed Apr 15 2020 Marketa Calabkova <mcalabkova@suse.com> - Update to 0.8.5 * Updated js2py version (for the optional nearley support) * Added the g_regex_flags option, to allow applying flags to all terminals. * The standalone parser is now MPL2, instead of GPL. The Mozilla Public License is much less restrictive, so this shouldn't affect anyone who's already using the standalone parser. But it should make it easier for other users to adopt it. * The biggest change to this release is a new LALR engine, that is capable of dealing with a few edge cases that the previous parser couldn't. * Transformers now visit tokens, as well as rules (an alternative to lexer_callbacks) * Sun Oct 27 2019 Lars Vogdt <lars@linux-schulserver.de> - Update to 0.7.7: * Fixed a bug in Earley where running it from different threads produced bad results * Improved error reporting when using LALR * Added 'edit_terminals' option, to allow programmatical manipulation of terminals, for example to support keywords in different languages. * Wed Sep 11 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 0.7.5: * Lark transformers can now visit tokens as wel * Fixed long-standing non-determinism and prioritization bugs in Earley. * Serialize tool now supports multiple start symbols * iter_subtrees, find_data and find_pred methods are now included in standalone parser * Bugfixes for the transformer interface, for the custom lexer, for grammar imports, and many more * Mon Aug 26 2019 John Vandenberg <jayvdb@gmail.com> - Drop no longer necessary disable_test.patch - Replace %doc entry docs/ with docs/* to avoid extra sub-directory - Added Suggests: python-Js2Py for optional runtime dependency - Update to v0.7.3 * Added a new tool called Serialize, that stores Lark's internal state as JSON. That will allow for integration with other languages. * Minor bugfix regarding line-counting and the \s regex - from v0.7.2 * Lark now allows you to specify the start symbol when calling Lark.parse() (requires pre-declaration of all possible start states, see the start option) * Negative priority now allowed in rules and terminals * Also includes many minor bugfixes, optimizations, and improvements to documentation * Tue May 21 2019 pgajdos@suse.com - version update to 0.7.1 Lark can now serialize its parsers, resulting in simplified stand-alone code. Bugfix for v_args (Issue #350) Improvements and bugfixes for importing rules from grammar files Performance improvement for the reconstructor feature New Earley implementation with SPPF support Added support for importing rules between grammars. The import mechanism is namespace-aware. Added the maybe_placeholders option, which causes optionals of the form [expr] to return None when not matched, instead of just not appearing. (optionals of the form expr? maintain the previous behavior of not appearing unless matched) Plenty of bugfixes, better errors, and better docs * Thu Mar 14 2019 Jan Engelhardt <jengelh@inai.de> - Trim bias from description. * Wed Mar 13 2019 Ondřej Súkup <mimi.vx@gmail.com> - initial commit - add disable_test.patch - skip test without needed data
/usr/lib/python3.6/site-packages/lark /usr/lib/python3.6/site-packages/lark/__init__.py /usr/lib/python3.6/site-packages/lark/__pycache__ /usr/lib/python3.6/site-packages/lark/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/common.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/common.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/exceptions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/exceptions.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/grammar.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/grammar.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/indenter.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/indenter.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/lark.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/lark.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/lexer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/lexer.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/load_grammar.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/load_grammar.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/parse_tree_builder.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/parse_tree_builder.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/parser_frontends.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/parser_frontends.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/reconstruct.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/reconstruct.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/tree.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/tree.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/visitors.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/__pycache__/visitors.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/common.py /usr/lib/python3.6/site-packages/lark/exceptions.py /usr/lib/python3.6/site-packages/lark/grammar.py /usr/lib/python3.6/site-packages/lark/grammars /usr/lib/python3.6/site-packages/lark/grammars/common.lark /usr/lib/python3.6/site-packages/lark/indenter.py /usr/lib/python3.6/site-packages/lark/lark.py /usr/lib/python3.6/site-packages/lark/lexer.py /usr/lib/python3.6/site-packages/lark/load_grammar.py /usr/lib/python3.6/site-packages/lark/parse_tree_builder.py /usr/lib/python3.6/site-packages/lark/parser_frontends.py /usr/lib/python3.6/site-packages/lark/parsers /usr/lib/python3.6/site-packages/lark/parsers/__init__.py /usr/lib/python3.6/site-packages/lark/parsers/__pycache__ /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/cyk.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/cyk.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/earley.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/earley.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/earley_common.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/earley_common.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/earley_forest.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/earley_forest.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/grammar_analysis.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/grammar_analysis.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/lalr_analysis.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/lalr_analysis.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/lalr_parser.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/lalr_parser.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/xearley.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/parsers/__pycache__/xearley.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/parsers/cyk.py /usr/lib/python3.6/site-packages/lark/parsers/earley.py /usr/lib/python3.6/site-packages/lark/parsers/earley_common.py /usr/lib/python3.6/site-packages/lark/parsers/earley_forest.py /usr/lib/python3.6/site-packages/lark/parsers/grammar_analysis.py /usr/lib/python3.6/site-packages/lark/parsers/lalr_analysis.py /usr/lib/python3.6/site-packages/lark/parsers/lalr_parser.py /usr/lib/python3.6/site-packages/lark/parsers/xearley.py /usr/lib/python3.6/site-packages/lark/reconstruct.py /usr/lib/python3.6/site-packages/lark/tools /usr/lib/python3.6/site-packages/lark/tools/__init__.py /usr/lib/python3.6/site-packages/lark/tools/__pycache__ /usr/lib/python3.6/site-packages/lark/tools/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/tools/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/tools/__pycache__/nearley.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/tools/__pycache__/nearley.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/tools/__pycache__/serialize.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/tools/__pycache__/serialize.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/tools/__pycache__/standalone.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lark/tools/__pycache__/standalone.cpython-36.pyc /usr/lib/python3.6/site-packages/lark/tools/nearley.py /usr/lib/python3.6/site-packages/lark/tools/serialize.py /usr/lib/python3.6/site-packages/lark/tools/standalone.py /usr/lib/python3.6/site-packages/lark/tree.py /usr/lib/python3.6/site-packages/lark/utils.py /usr/lib/python3.6/site-packages/lark/visitors.py /usr/lib/python3.6/site-packages/lark_parser-0.8.5-py3.6.egg-info /usr/lib/python3.6/site-packages/lark_parser-0.8.5-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/lark_parser-0.8.5-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/lark_parser-0.8.5-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/lark_parser-0.8.5-py3.6.egg-info/not-zip-safe /usr/lib/python3.6/site-packages/lark_parser-0.8.5-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/lark_stubs /usr/lib/python3.6/site-packages/lark_stubs/__init__.pyi /usr/lib/python3.6/site-packages/lark_stubs/exceptions.pyi /usr/lib/python3.6/site-packages/lark_stubs/indenter.pyi /usr/lib/python3.6/site-packages/lark_stubs/lark.pyi /usr/lib/python3.6/site-packages/lark_stubs/lexer.pyi /usr/lib/python3.6/site-packages/lark_stubs/reconstruct.pyi /usr/lib/python3.6/site-packages/lark_stubs/tree.pyi /usr/lib/python3.6/site-packages/lark_stubs/visitors.pyi /usr/share/doc/packages/python3-lark-parser /usr/share/doc/packages/python3-lark-parser/README.md /usr/share/doc/packages/python3-lark-parser/classes.md /usr/share/doc/packages/python3-lark-parser/comparison_memory.png /usr/share/doc/packages/python3-lark-parser/comparison_runtime.png /usr/share/doc/packages/python3-lark-parser/features.md /usr/share/doc/packages/python3-lark-parser/grammar.md /usr/share/doc/packages/python3-lark-parser/how_to_develop.md /usr/share/doc/packages/python3-lark-parser/how_to_use.md /usr/share/doc/packages/python3-lark-parser/index.md /usr/share/doc/packages/python3-lark-parser/json_tutorial.md /usr/share/doc/packages/python3-lark-parser/lark_cheatsheet.pdf /usr/share/doc/packages/python3-lark-parser/parsers.md /usr/share/doc/packages/python3-lark-parser/philosophy.md /usr/share/doc/packages/python3-lark-parser/recipes.md /usr/share/doc/packages/python3-lark-parser/tree_construction.md /usr/share/doc/packages/python3-lark-parser/visitors.md /usr/share/licenses/python3-lark-parser /usr/share/licenses/python3-lark-parser/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 15:53:55 2024