minipratt VS PrattParse

Compare minipratt vs PrattParse and see what are their differences.

PrattParse

Pratt parser builder in TypeScript (along with simple tokenizer) (by JacksonKearl)
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
minipratt PrattParse
2 1
175 14
- -
10.0 0.0
about 4 years ago over 1 year ago
Rust TypeScript
- 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.

minipratt

Posts with mentions or reviews of minipratt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-20.

PrattParse

Posts with mentions or reviews of PrattParse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-24.
  • Building a tiny little broken calculator with parser combinators
    5 projects | news.ycombinator.com | 24 Jul 2022
    Those interested may find Pratt parsing compelling, it is easy to implement and works well for hobby parsers (production quality error messaging tends to require custom code). As an example here’s a quick and dirty expression evaluator I made a whole back that supports D&D-style die roll codes as literals/first class variables: https://github.com/JacksonKearl/RollDice-Discord

    http://journal.stuffwithstuff.com/2011/03/19/pratt-parsers-e...

    https://github.com/JacksonKearl/PrattParse

What are some alternatives?

When comparing minipratt and PrattParse you can also consider the following projects:

pratt-parser-blog-code - The code to illustrate the pratt parser blog post for the desmos engineering blog.

expr - Simple integer expression parser