jvmMain.tel.schich.parserkombinator.TracingJvm.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parser-kombinator-jvm Show documentation
Show all versions of parser-kombinator-jvm Show documentation
A simple parser combinator framework.
The newest version!
package tel.schich.parserkombinator
private val enableTracing = System.getProperty("tel.schich.parser-kombinator.trace", "false").toBoolean()
actual fun isTracingEnabled(): Boolean = enableTracing