vmmarshal

Search:
Group by:
Source   Edit  

Implements marshaling for the VM.

Procs

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