Skip to main content

a modern parsing library

Project description

Lark is a modern general-purpose parsing library for Python.

Lark focuses on simplicity and power. It lets you choose between two parsing algorithms:

Earley : Parses all context-free grammars (even ambiguous ones)! It is the default. LALR(1): Only LR grammars. Outperforms PLY and most if not all other pure-python parsing libraries. Both algorithms are written in Python and can be used interchangably with the same grammar (aside for algorithmic restrictions). See “Comparison to other parsers” for more details.

Lark can automagically build an AST from your grammar, without any more code on your part.

Features:

  • EBNF grammar with a little extra

  • Earley & LALR(1)

  • Builds an AST automagically based on the grammar

  • Automatic line & column tracking

  • Automatic token collision resolution (unless both tokens are regexps)

  • Python 2 & 3 compatible

  • Unicode fully supported

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lark-parser-0.5.4.tar.gz (197.2 kB view details)

Uploaded Source

File details

Details for the file lark-parser-0.5.4.tar.gz.

File metadata

  • Download URL: lark-parser-0.5.4.tar.gz
  • Upload date:
  • Size: 197.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lark-parser-0.5.4.tar.gz
Algorithm Hash digest
SHA256 8e0b2d0d210b6debc2211c1c7bf4649cb6ccf1b3328ec8f62049e4ab8a13bcd1
MD5 3ced347f7bb64f72afcb93540d2d40c4
BLAKE2b-256 fa76653316a93d03d8ee389545b62b2f4694dc46310f622614d79d5b4805bdea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page