jsMain.org.antlr.v4.kotlinruntime.misc.Platform.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antlr-kotlin-runtime-js Show documentation
Show all versions of antlr-kotlin-runtime-js Show documentation
Kotlin multiplatform port of ANTLR
The newest version!
package org.antlr.v4.kotlinruntime.misc
actual object Platform {
actual suspend fun readFile(fileName: String): String {
TODO("not implemented")
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy