which is needed for ```// var tokenList: Stack&...
# announcements
s
which is needed for
Copy code
//    var tokenList: Stack<String> = tokens
//    fun clone(): Parser {
//        val result = StringBuilder()
//        tokenList.forEach {
//            result.append(it!!)
//        }
//        return Parser(parserPrep(result.toString()))
//    }
to work
🧵 2