Skip to content

Commit ac1f10d

Browse files
using arrows for the lexer instead
1 parent 52aca47 commit ac1f10d

File tree

3 files changed

+267
-215
lines changed

3 files changed

+267
-215
lines changed

core/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ repositories {
2020

2121
dependencies {
2222
testImplementation(kotlin("test"))
23+
implementation(libs.arrow.core)
24+
implementation(libs.arrow.coroutines)
2325
}
2426

2527
tasks.test {

0 commit comments

Comments
 (0)