reorder
Imports
Procs
proc includeModule(graph: ModuleGraph; s: PSym; fileIdx: FileIndex): PNode {...}{. raises: [Exception, ValueError, IOError, ERecoverableError, KeyError], tags: [ RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect, ReadDirEffect].}
- Source Edit
proc reorder(graph: ModuleGraph; n: PNode; module: PSym): PNode {...}{.raises: [ OSError, Exception, ValueError, IOError, ERecoverableError, KeyError], tags: [ ReadEnvEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadDirEffect].}
- Source Edit
© 2006–2021 Andreas Rumpf
Licensed under the MIT License.
https://nim-lang.org/docs/compiler/reorder.html