antlr / antlr4

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
http://antlr.org
BSD 3-Clause "New" or "Revised" License
17k stars 3.26k forks source link

Any comparisons to other libraries? #3808

Open wqh17101 opened 2 years ago

wqh17101 commented 2 years ago

Is there any comparison to other libraries? such as https://github.com/lark-parser/lark#comparison-to-other-libraries

Korporal commented 1 year ago

Is there any comparison to other libraries? such as https://github.com/lark-parser/lark#comparison-to-other-libraries

Not sure how best to compare these, but read Parr's paper:

https://www.antlr.org/papers/LL-star-PLDI11.PDF