[PR #1731] Add Lark #1504

Open
opened 2025-11-06 13:17:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1731
Author: @erezsh
Created: 2/6/2021
Status: 🔄 Open

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Lark is a general-purpose parsing toolkit.

What's the difference between this Python project and similar ones?

Lark is already skyrocketing in popularity, compared to the competition: https://star-history.t9t.io/#lark-parser/lark&dabeaz/ply

It's much friendlier to beginners, with a better interface.

It can do a lot of things that PLY, and others, can't, like parsing natural language.

It also lets you generate a standalone parser, which is pretty unique.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1731 **Author:** [@erezsh](https://github.com/erezsh) **Created:** 2/6/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`d09774e`](https://github.com/vinta/awesome-python/commit/d09774eac4adf03953f445b92a2cb13c821ac2d4) Add Lark ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Lark is a general-purpose parsing toolkit. ## What's the difference between this Python project and similar ones? Lark is already skyrocketing in popularity, compared to the competition: https://star-history.t9t.io/#lark-parser/lark&dabeaz/ply It's much friendlier to beginners, with a better interface. It can do a lot of things that PLY, and others, can't, like parsing natural language. It also lets you generate a standalone parser, which is pretty unique. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:17:36 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1504