awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add Lark

Open erezsh opened this issue 3 years ago • 3 comments

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.

erezsh avatar Feb 06 '21 18:02 erezsh

@vinta Hi, we have 20 votes. Is that enough to get this merged? Thanks

erezsh avatar Apr 22 '21 19:04 erezsh

Approve

blakev avatar May 06 '21 20:05 blakev

@vinta friendly ping, looks like this PR has reached the goal and deserves to be merged

cybergrind avatar Oct 31 '22 19:10 cybergrind