purescript-contrib/purescript-parsing

document Trampoline

Closed this issue · 2 comments

If the ParserT might stack-overflow then we can use the base monad Trampoline so that it runs with bounded stack space.

trampoline is 20-50x slower?

We don't need Trampoline anymore because the CPS ParserT is always stack-safe #154