chpeg
Parsing Expression Grammar (PEG) bytecode parser/compiler library (by ChrisHixon)
TatSu
竜 TatSu generates Python parsers from grammars in a variation of EBNF (by neogeny)
chpeg | TatSu | |
---|---|---|
1 | 4 | |
13 | 421 | |
- | 1.2% | |
0.0 | 8.0 | |
almost 3 years ago | 3 months ago | |
C | Python | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
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.
TatSu
Posts with mentions or reviews of TatSu.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-07.
- GitHub - neogeny/TatSu: TatSu generates Python parsers from grammars in a variation of EBNF
-
Hacker News top posts: May 7, 2022
TatSu takes grammars in variation of EBNF, outputs memoizing Python PEG parsers\ (3 comments)
- TatSu takes grammars in variation of EBNF, outputs memoizing Python PEG parsers
What are some alternatives?
When comparing chpeg and TatSu you can also consider the following projects:
sly - Sly Lex Yacc
astroid - A common base representation of python source code for pylint and other projects
pegpy - Nez Parser for Python
Covfefe - A parser for nondeterministic context free languages
nez - Nez parsing library
participle - A parser library for Go