Replies: 1 comment
-
In regards to exposing nkError in the macros API, it's presently undocumented and whatever that will be done in the interim will be unstable. During a chat with @disruptek we realize that we need an intermediate step however. overviewThis is a summary of module comments. Node structure:
Routines:
what we could doSo the progression of what we can allow is something like:
additional considerationsFinally, symbol and type also have error variants. API instabilitySource of instability in all this is that the error node might get changed with a specialized representation, mostly invisible except fewer lit nodes. Additional error metadata for more structured errors. Symbol and type errors are a whole different beast. |
Beta Was this translation helpful? Give feedback.
-
This discussion catalogs the various bits related to the nkError project. Likely mostly design things.
Beta Was this translation helpful? Give feedback.
All reactions