KotlinTokenizer

Iterative tokenizer that converts Kotlin toString() output into flat display rows. Uses a class to avoid closure overhead that can cause WASM compiler OOM.

Functions

Link copied to clipboard
fun tokenize(input: String): List<TreeRow>