Scala Parser Combinators VS Advent-of-code

Compare Scala Parser Combinators vs Advent-of-code and see what are their differences.

Scala Parser Combinators

simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module (by scala)

Advent-of-code

My solutions of adventofcode.com (by MichalMarsalek)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Scala Parser Combinators Advent-of-code
3 25
640 27
0.3% -
6.9 0.0
12 days ago over 1 year ago
Scala Nim
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.

Scala Parser Combinators

Posts with mentions or reviews of Scala Parser Combinators. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-28.
  • Best way to port a scala + swing app to flutter?
    1 project | /r/FlutterDev | 15 May 2022
    Scala used to include a parser combinator library. I don't know whether it comes with a Scala grammar as an example but I'd probably take a day and experiment whether it would be possible to create an AST parser for the Scala grammar.
  • thoroughful tutorial for scala.util.parsing.combinator._
    2 projects | /r/scala | 28 Apr 2022
    If you find anything that isn't already linked from the README at https://github.com/scala/scala-parser-combinators , please PR the addition to the readme.
  • -🎄- 2021 Day 18 Solutions -🎄-
    144 projects | /r/adventofcode | 17 Dec 2021
    Mostly a mess of pattern matching. I really need to make some generic tree utilities. Haven't been able to find a decent parser combinator that works in Scala 3 (I usually use fastparse which depends heavily on Scala 2 macros, and scala-parser-combinators works in Scala 3, but I've had a lot of trouble getting it to not be too greedy), so I used the state monad from cats to parse at the bottom of the file, which I think turned out fairly nice.

Advent-of-code

Posts with mentions or reviews of Advent-of-code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-10.

What are some alternatives?

When comparing Scala Parser Combinators and Advent-of-code you can also consider the following projects:

Fast Parse - Writing Fast Parsers Fast in Scala

AdventOfCode2021 - Solutions to all 25 AoC 2021 problems in Rust :crab: Less than 100 lines per day and under 1 second total execution time! :christmas_tree:

Scopt - command line options parsing for Scala

aoc2021 - Solutions to Advent of Code 2021

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

Wren - The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.

Scallop - a simple Scala CLI parsing library

CSpydr - A static typed low-level compiled programming language inspired by Rust and C

atto - friendly little parsers

AdventOfCode_2022_Rust

decline - A composable command-line parser for Scala.

AdventOfCode2021