nim-works / cps

Continuation-Passing Style for Nim 🔗

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Look into using Exception's builtin `parent` or `up` field to build a stack instead of one local per try

alaviss opened this issue · comments

Look into using Exception's builtin `parent` or `up` field to build a stack instead of one local per try

This will just bring pain, Nim's exception stack system is not something we should touch.