mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-18 21:22:15 -05:00
[PR #1731] Add Lark #1504
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1731
Author: @erezsh
Created: 2/6/2021
Status: 🔄 Open
Base:
master← Head:patch-1📝 Commits (1)
d09774eAdd Lark📊 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.