vmmarshal

Implements marshaling for the VM.

Imports

ast, astalgo, idents, types, msgs, options, lineinfos

Procs

proc storeAny(s: var string; t: PType; a: PNode; conf: ConfigRef) {...}{.
    raises: [Exception, ValueError, IOError, ERecoverableError],
    tags: [RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect].}
Source Edit
proc loadAny(s: string; t: PType; cache: IdentCache; conf: ConfigRef): PNode {...}{.raises: [
    IOError, OSError, JsonParsingError, ValueError, Exception, ERecoverableError],
    tags: [ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}
Source Edit

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