SaaSHub helps you find the best software and product alternatives Learn more →
Scala Parser Combinators Alternatives
Similar projects and alternatives to Scala Parser Combinators
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
advent-of-code-go
All 10 years of adventofcode.com solutions in Go/Golang (and a little Python); 2015-2024
-
-
-
-
AdventOfCode
My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Scala Parser Combinators discussion
Scala Parser Combinators reviews and mentions
-
Best way to port a scala + swing app to flutter?
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._
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 -🎄-
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.
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 May 2025
Stats
scala/scala-parser-combinators is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Scala Parser Combinators is Scala.
Popular Comparisons
- Scala Parser Combinators VS Fast Parse
- Scala Parser Combinators VS Scopt
- Scala Parser Combinators VS Scallop
- Scala Parser Combinators VS atto
- Scala Parser Combinators VS decline
- Scala Parser Combinators VS Parboiled2
- Scala Parser Combinators VS CLIST
- Scala Parser Combinators VS Kaitai Struct
- Scala Parser Combinators VS cats-parse
- Scala Parser Combinators VS jsoniter-scala