Konbini: a new multiplatform parser library

This page summarizes the projects mentioned and recommended in the original post on /r/Kotlin

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 4koma

    A TOML 1.0 parser library for Kotlin

    As part of my efforts to take 4koma multiplatform, I needed a decent parser library to replace ANTLR. I didn't find one, so I created Konbini.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • parsec

    A monadic parser combinator library

    Konbini is a functional parser combinator library inspired by Haskell parsing libraries like Parsec. It's (hopefully) fairly easy to use, and is about as performant as the better-parse library. In fact, it's quite similar to better-parse in many aspects. The main difference is in how parsers are composed. Where better-parse prefers operators and infix functions, Konbini instead uses plain functions.

  • konbini

    Parser library for Kotlin

    As part of my efforts to take 4koma multiplatform, I needed a decent parser library to replace ANTLR. I didn't find one, so I created Konbini.

  • better-parse

    A nice parser combinator library for Kotlin

    Konbini is a functional parser combinator library inspired by Haskell parsing libraries like Parsec. It's (hopefully) fairly easy to use, and is about as performant as the better-parse library. In fact, it's quite similar to better-parse in many aspects. The main difference is in how parsers are composed. Where better-parse prefers operators and infix functions, Konbini instead uses plain functions.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • SLF4K VS kotlin-logging - a user suggested alternative

    2 projects | 18 Mar 2024
  • I created a library for parsing text in Kotlin. Better than regular expressions.

    4 projects | /r/programming | 10 Jul 2023
  • Ktoml 0.5.0 released 🎉

    1 project | /r/Kotlin | 13 May 2023
  • Why should I use kotlinx.serialization?

    4 projects | /r/Kotlin | 24 Feb 2023
  • EffeKt: reactivity in kotlin

    6 projects | /r/Kotlin | 20 Feb 2023

Did you konow that Kotlin is
the 17th most popular programming language
based on number of metions?