The problem is that since <https://github.com/nim-lang/Nim/pull/21379>, the 
whole module is parsed at once instead of streaming, which makes `push`, `pop` 
is quite awkward since we now need N cases to handle push/pop now.

Reply via email to