Skip to content

Added Lark, a popular parsing library#1130

Closed
erezsh wants to merge 1 commit intovinta:masterfrom
erezsh:master
Closed

Added Lark, a popular parsing library#1130
erezsh wants to merge 1 commit intovinta:masterfrom
erezsh:master

Conversation

@erezsh
Copy link
Copy Markdown

@erezsh erezsh commented Sep 27, 2018

What is this Python project?

It's a modern parser, easy for beginners and useful for experts.

It's competitive with PLY but also adds many more features.

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

vs PLY:

  • EBNF grammar which is easier to read & write
  • Earley algorithm support, which is much stronger algorithmically
  • Automatic line numbering
  • Automatic AST construction

Plenty more. A longer comparison can be found on Lark's README

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

Added Lark
@vinta vinta force-pushed the master branch 2 times, most recently from 23abd09 to 40cd98b Compare June 6, 2019 19:55
@stale
Copy link
Copy Markdown

stale Bot commented Oct 30, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale Bot added the stale label Oct 30, 2019
@stale stale Bot closed this Nov 6, 2019
@erezsh
Copy link
Copy Markdown
Author

erezsh commented Nov 6, 2019

Any chance to re-open this? I got 10 votes just this week, I'll probably pass 20 in another week or two

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant