Scala Parser Combinators VS Kaitai Struct

Compare Scala Parser Combinators vs Kaitai Struct 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)

Kaitai Struct

Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby (by kaitai-io)
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 Kaitai Struct
3 44
641 3,826
0.5% 1.5%
7.0 7.5
19 days ago 11 days ago
Scala Shell
Apache License 2.0 GPL-3.0-or-later
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.
  • 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.

Kaitai Struct

Posts with mentions or reviews of Kaitai Struct. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-14.

What are some alternatives?

When comparing Scala Parser Combinators and Kaitai Struct you can also consider the following projects:

Protobuf - Protocol Buffers - Google's data interchange format

Fast Parse - Writing Fast Parsers Fast in Scala

csvkit - A suite of utilities for converting to and working with CSV, the king of tabular file formats.

Camelot - A Python library to extract tabular data from PDFs

tablib - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.

rizin - UNIX-like reverse engineering framework and command-line toolset.

PDFMiner - Python PDF Parser (Not actively maintained). Check out pdfminer.six.

PyYAML

Scopt - command line options parsing for Scala

unoconv - Universal Office Converter - Convert between any document format supported by LibreOffice/OpenOffice.

Python-Markdown - A Python implementation of John Gruber’s Markdown with Extension support.