lemon-rs VS plex

Compare lemon-rs vs plex and see what are their differences.

lemon-rs

LALR(1) parser generator for Rust based on Lemon + SQL parser (by gwenn)

plex

a parser and lexer generator as a Rust procedural macro (by goffrie)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
lemon-rs plex
1 1
41 399
- -
8.5 5.2
8 days ago 4 months ago
Rust Rust
The Unlicense 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.

lemon-rs

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

plex

Posts with mentions or reviews of plex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-25.
  • Best option for Rust Parser and Lexer Generators?
    3 projects | /r/rust | 25 Feb 2022
    Hi! Im currently developing a compiler in Rust. I am looking for a good parser and lexer generator. I was looking at plex (https://github.com/goffrie/plex), but it is pretty new and I'm not sure if it is stable and useful, or if there are better alternatives. I found a similar post here: https://www.reddit.com/r/rust/comments/e0fj6f/best_rust_parser_and_lexer_generators/?utm_source=share&utm_medium=web2x&context=3

What are some alternatives?

When comparing lemon-rs and plex you can also consider the following projects:

cpp-from-the-sky-down

re2c - Lexer generator for C, C++, Go and Rust.

cflp - Context-free-language parsing with Rust procedural macros

logos - Create ridiculously fast Lexers