src/commonMain/kotlin/guru/zoroark/lixy/LixyLexer.kt

Summary

Maintainability
A
1 hr
Test Coverage

Method tokenize has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    /**
     * The tokenize method will turn a string into a list of tokens based on
     * the [LixyState]s contained in this [LixyLexer] ([states]) and the
     */
    fun tokenize(s: String): List<LixyToken> {
Severity: Minor
Found in src/commonMain/kotlin/guru/zoroark/lixy/LixyLexer.kt - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status