p-arse 0.0.1 • the inelegant parser

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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
  • nom

    Rust parser combinator framework

  • p-arse is a PEG parser library focused on readability and type safety • it follows the syntax from the original paper as closely as possible • the parsers are point-free (they're (mostly) variables, not functions), as opposed to nom's parsers which are functions or compositions of functions • this encourages the user to bind and name many intermediate parsers • it is similar to pest in this regard

  • pest

    The Elegant Parser (by pest-parser)

  • p-arse is a PEG parser library focused on readability and type safety • it follows the syntax from the original paper as closely as possible • the parsers are point-free (they're (mostly) variables, not functions), as opposed to nom's parsers which are functions or compositions of functions • this encourages the user to bind and name many intermediate parsers • it is similar to pest in this regard

  • 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.

    InfluxDB logo
  • p-arse

    the inelegant parser

  • i've also replicated some examples from the other parser libaries, i.e. nom's hex color (mine), pest's ident list (mine) and pom's json (mine)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Thoughts on reimplementing an old MIDI scripting language in rust.

    3 projects | /r/rust | 27 Aug 2022
  • How to read binary files from the end in Rust?

    3 projects | /r/rust | 4 Jul 2022
  • Writing Parsers like TextFSM and TTP

    2 projects | /r/rust | 9 Apr 2022
  • Is this a good way to free up some memory?

    2 projects | /r/rust | 23 Jun 2023
  • Tokenizing

    1 project | /r/learnprogramming | 22 May 2023