Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language