py-lark-1.3.1

parsing toolkit for Python

Index | textproc

Description

Lark is a modern parsing library for Python. Lark can parse any context-free grammar.
Lark provides:
* Advanced grammar language, based on EBNF
* Three parsing algorithms to choose from: Earley, LALR(1) and CYK
* Automatic tree construction, inferred from your grammar
* Fast unicode lexer with regexp support, and automatic line-counting

Homepage: https://lark-parser.readthedocs.io/en/latest/

Categories: textproc, devel