chpeg
Parsing Expression Grammar (PEG) bytecode parser/compiler library (by ChrisHixon)
pegpy
Nez Parser for Python (by KuramitsuLab)
chpeg | pegpy | |
---|---|---|
1 | 1 | |
13 | 2 | |
- | - | |
0.0 | 10.0 | |
almost 3 years ago | about 5 years ago | |
C | Python | |
BSD 3-clause "New" or "Revised" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
chpeg
Posts with mentions or reviews of chpeg.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-07.
-
TatSu takes grammars in variation of EBNF, outputs memoizing Python PEG parsers
To add to your list I just found this project https://github.com/ChrisHixon/chpeg it has good performance and it's relatively simple compared to others.
pegpy
Posts with mentions or reviews of pegpy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-07.
What are some alternatives?
When comparing chpeg and pegpy you can also consider the following projects:
TatSu - 竜 TatSu generates Python parsers from grammars in a variation of EBNF
sly - Sly Lex Yacc
nez - Nez parsing library