commonMain.com.copperleaf.kudzu.KudzuPlatform.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kudzu-core-js Show documentation
Show all versions of kudzu-core-js Show documentation
A monadic (I think...) recursive-descent parser written in Kotlin
package com.copperleaf.kudzu
/**
* Acutal/expect declarations for Kudzu
*/
expect object KudzuPlatform {
fun isLetter(char: Char): Boolean
fun isDigit(char: Char): Boolean
fun isLetterOrDigit(char: Char): Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy