isolation_check

Implementation of the check that recover needs, see https://github.com/nim-lang/RFCs/issues/244 for more details.

Imports

ast, types, renderer, idents

Procs

proc canAlias(arg, ret: PType): bool {...}{.raises: [Exception, ERecoverableError],
                                       tags: [RootEffect].}
Source Edit
proc checkIsolate(n: PNode): bool {...}{.raises: [Exception, ERecoverableError],
                                    tags: [RootEffect].}
Source Edit

© 2006–2021 Andreas Rumpf
Licensed under the MIT License.
https://nim-lang.org/docs/compiler/isolation_check.html