parser_builder VS Lexepars

Compare parser_builder vs Lexepars and see what are their differences.

parser_builder

Lightweight template-based parser build system. Simple prototyping. Comfortable debugging. Effective developing. (by mezoni)
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
parser_builder Lexepars
1 1
8 7
- -
0.0 0.0
almost 2 years ago over 2 years ago
Dart C#
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.

parser_builder

Posts with mentions or reviews of parser_builder. We have used some of these posts to build our list of alternatives and similar projects.
  • Classic non-configurable CSV parser suitable for most use cases. Pretty fast parsing.
    1 project | /r/FlutterDev | 1 Mar 2022
    CSV parser (fast_csv) as a result of use of the parser builder. I don't know why, but the generated parser is about 2.9-3.5 faster than the handwritten csv parser. Can be used with Flutter. Allows a bit of configuration - specifying a field separator (when using the extended version of the parser). But in this case, it will parse the data no faster than a 2.9 times compared to the parser from the csv package. When parsing large amounts of data, you can speed up parsing by a few seconds. This may be relevant for Desktop Flutter applications.

Lexepars

Posts with mentions or reviews of Lexepars. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-02.
  • Would Someone ELI5 Parser Combinators?
    5 projects | /r/csharp | 2 Aug 2022
    Unfortunately I'm struggling. The first problem is choosing which combinator library to go with: Sprache, Superpower, Parlot, Pidgen, Lexepars, etc. etc. Some look simpler to use than others, others more performant, others come with useful parsers built in.

What are some alternatives?

When comparing parser_builder and Lexepars you can also consider the following projects:

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

ParserObjects - C# library for parser combinators

org_parser - An Org Mode parser for Dart

parser - A lexer and parser for GraphQL in .NET

dart-petitparser - Dynamic parser combinators in Dart.

Superpower - A C# parser construction toolkit with high-quality error reporting

Num-Plus-Plus - A scientific & intutive calculator written in Flutter.

matcheroni - A minimalist single-header library for building pattern-matchers, lexers, and parsers.

peg2 - PEG+ (Parsing expression grammar) parser source code generator, command line tool.

Pidgin - A lightweight and fast parsing library for C#.