rekex VS parboiled

Compare rekex vs parboiled and see what are their differences.

rekex

PEG parser generator for Java 17 - grammar as algebraic datatypes (by zhong-j-yu)

parboiled

Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful. (by sirthias)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rekex parboiled
16 1
53 1,264
- -
0.0 6.7
over 2 years ago 8 days ago
Java Java
Apache License 2.0 Apache License 2.0
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.

rekex

Posts with mentions or reviews of rekex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-27.

parboiled

Posts with mentions or reviews of parboiled. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-27.
  • A new parser generator for Java 17, with grammar as algebraic datatypes
    6 projects | /r/java | 27 Sep 2021
    In fact, defining recursive rules remains a headache in a lot of parser generators/combinators. Many of them construct rules as objects referencing other rules, thus recursive rules require cyclic object graph, which is often done by mutable references. Parboiled solves the problem with recursive function calls, where infinite recursion has to be terminated by some byte code weaving.

What are some alternatives?

When comparing rekex and parboiled you can also consider the following projects:

RRDiagram - Generate railroad diagrams from code or BNF, generate BNF from code

autumn - A Java parser combinator library written with an unmatched feature set.

Calculator