https://kotlinlang.org logo
#feed
Title
# feed
t

TheOnlyTails

04/15/2022, 9:19 PM
I just released my first Kotlin library, Ketex! this library allows you to create regexes using a fully idiomatic DSL. Available on maven central now, I really hope you give it a try! (requires enabling context receivers)
r

Robert Jaros

04/15/2022, 9:38 PM
Any code sample?
t

Todd

04/15/2022, 9:56 PM
I was also curious. Looks like there’s some tests you can use as examples: https://github.com/TheOnlyTails/ketex/blob/main/src/test/kotlin/KetexTest.kt
t

TheOnlyTails

04/15/2022, 10:11 PM
I haven't written any proper docs yet, but I'll probably get it done until next week.
As todd has said, the tests are probably the best place to look right now
7 Views