nom > regex

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. parse-rosetta-rs

    Comparing parser APIs

    nom is kind of slow. See https://github.com/rosetta-rs/parse-rosetta-rs which compares parser libraries performance in parsing json and https://epage.github.io/blog/2023/07/winnow-0-5-the-fastest-rust-parser-combinator-library/#numbers which compares parser libraries against full fledged json parsers.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. winnow

    Making parsing a breeze

    I truly love Nom, it made parsing really fun. I suggest trying out https://docs.rs/winnow which is a fork of Nom with a lot of nice features, I find it much more usable.

  4. melody

    Melody is a language that compiles to regular expressions and aims to be more readable and maintainable

  5. rust-peg

    Parsing Expression Grammar (PEG) parser generator for Rust

    And some related parser tools: - https://github.com/kevinmehall/rust-peg - https://github.com/pest-parser/pest - https://github.com/lalrpop/lalrpop

  6. pest

    The Elegant Parser (by pest-parser)

    And some related parser tools: - https://github.com/kevinmehall/rust-peg - https://github.com/pest-parser/pest - https://github.com/lalrpop/lalrpop

  7. lalrpop

    LR(1) parser generator for Rust

    And some related parser tools: - https://github.com/kevinmehall/rust-peg - https://github.com/pest-parser/pest - https://github.com/lalrpop/lalrpop

  8. chumsky

    Write expressive, high-performance parsers with ease.

    there’s also chumsky: https://github.com/zesterer/chumsky

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • pest VS lezer - a user suggested alternative

    2 projects | 7 Mar 2025
  • Lelwel: A resilient LL(1) parser generator for Rust

    1 project | news.ycombinator.com | 12 Jul 2024
  • Jasmine, A rust-like programming language that compiles to Java

    2 projects | /r/ProgrammingLanguages | 31 Aug 2023
  • Restoration of the pest3 work effort 🙌 · pest-parser/pest · Discussion #885

    1 project | /r/rust | 15 Jul 2023
  • Letlang — Roadblocks and how to overcome them - My programming language targeting Rust

    6 projects | /r/rust | 7 Jun 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?