parsley VS Fast Parse

Compare parsley vs Fast Parse and see what are their differences.

parsley

A fast and modern parser combinator library for Scala (by j-mie6)

Fast Parse

Writing Fast Parsers Fast in Scala (by lihaoyi)
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
parsley Fast Parse
2 4
161 1,079
- 0.5%
7.8 4.6
3 days ago 7 days ago
Scala Scala
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.

parsley

Posts with mentions or reviews of parsley. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-09.
  • How do I remove the forward reference error in my parser? (20 lines)
    2 projects | /r/scala | 9 Apr 2023
    Or alternatively my own https://github.com/j-mie6/parsley for a more Haskell-style library - it has a wiki that discusses a lot of the main ideas, including how to deal with Def/Val/lazy val
  • What do I need to start writing an Extension or Template Haskell?
    1 project | /r/haskell | 28 Mar 2022
    Depends on your existing knowledge of Haskell and stuff like monads, applicatives, etc. I haven't gotten around to writing a tutorial for Parser Combinators yet (I'd actually like to write a book about them at some point) in Haskell, but I do have this wiki here ( https://github.com/j-mie6/Parsley/wiki/Guide-to-Parser-Combinators ) for my parser combinator library in Scala, that might be of some help. A Haskell version of a lot of the later material there can be found in this paper https://dl.acm.org/doi/10.1145/3471874.3472984. The paper assumes some familiarity with Parser Combinators, the wiki does not (but is written in Scala): it's the resource I use to teach my 2nd year undergrads about Parser Combinators for their compilers project. It doesn't talk about monads/applicatives at all. I'm more than happy to answer any questions you have about either of those two.

Fast Parse

Posts with mentions or reviews of Fast Parse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-09.

What are some alternatives?

When comparing parsley and Fast Parse you can also consider the following projects:

Apache Spark - Apache Spark - A unified analytics engine for large-scale data processing

Parboiled2 - A macro-based PEG parser generator for Scala 2.10+

scala.meta - Library to read, analyze, transform and generate Scala programs

Scala Parser Combinators - simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module

feel-scala - FEEL parser and interpreter written in Scala

atto - friendly little parsers

scallion - LL(1) parser combinators in Scala

Scopt - command line options parsing for Scala

Kaitai Struct - Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby

decline - A composable command-line parser for Scala.

Scallop - a simple Scala CLI parsing library

CLIST - Command Line Interface Scala Toolkit