Showing 1 of 1 total issue
Method tokenize
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
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> {