compiler/semparallel

Search:
Group by:
Source   Edit  

Semantic checking for 'parallel'.

Procs

proc liftParallel(g: ModuleGraph; idgen: IdGenerator; owner: PSym; n: PNode): PNode {.
    ...raises: [Exception, ValueError, KeyError, IOError, ERecoverableError], tags: [
    RootEffect, ReadDirEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect],
    forbids: [].}
Source   Edit