{"library":"lark","type":"library","category":null,"description":"Lark is a modern, general-purpose parsing library for Python. It allows users to parse any context-free grammar efficiently with minimal code, supporting algorithms like Earley, LALR(1), and CYK. Lark automatically builds a parse-tree (AST) based on grammar structure and features a fast Unicode lexer. The library is actively maintained with frequent releases, currently at version 1.3.1.","language":"python","status":"active","version":"1.3.1","tags":["parsing","parser","lexer","grammar","DSL","AST","EBNF"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install lark","imports":["from lark import Lark","from lark import Transformer","from lark import v_args"]}],"homepage":null,"github":"https://github.com/lark-parser/lark","docs":null,"changelog":null,"pypi":"https://pypi.org/project/lark/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.11,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/lark/compatibility"}}