kravis
better-parse
kravis | better-parse | |
---|---|---|
- | 3 | |
183 | 418 | |
- | - | |
5.1 | 0.0 | |
11 months ago | about 1 year ago | |
Jupyter Notebook | Kotlin | |
BSD 2-clause "Simplified" License | Apache License 2.0 |
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.
kravis
We haven't tracked posts mentioning kravis yet.
Tracking mentions began in Dec 2020.
better-parse
- I created a library for parsing text in Kotlin. Better than regular expressions.
-
Can I use third-party libraries for projects?
I'm currently working on the "Kotlin Basics" track, specifically, on the "Smart Calculator" project. It would be super useful to leverage a parser combinator library, e.g., better-parse. Is this possible? Can I just add it as a dependency in Gradle? If so, how would I ideally do it, is there anything to consider? Thanks!
-
Konbini: a new multiplatform parser 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.
What are some alternatives?
kolor - A library to print colored strings, with Kotlin.
kotlinx.atomicfu - The idiomatic way to use atomic operations in Kotlin
PrimeCalendar - PrimeCalendar provides all of the java.util.Calendar functionalities for Persian, Hijri, and ... dates. It is also possible to convert dates to each other.
kotlin-times - :octocat: Kotlin reinvented.
kaml - YAML support for kotlinx.serialization
koda-time - Joda Time and Java 8 Time Extensions for Kotlin
krangl - krangl is a {K}otlin DSL for data w{rangl}ing
kotlinx-datetime - KotlinX multiplatform date/time library
klutter - A mix of random small libraries for Kotlin, the smallest reside here until big enough for their own repository.
kovenant - Kovenant. Promises for Kotlin.
asmble - Compile WebAssembly to JVM and other WASM tools