hi, how do i approximate a functional parser frame...
# coroutines
j
hi, how do i approximate a functional parser framework that uses threadlocals .... so that a parser context that is declarative does not need to have explicit stackframe and input parameters clogging up the kotlin code?
e
Take a look at
CoroutineContext
-- it is a map of coroutine-local elements