Created by: erezsh
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