compiler/magicsys

  Source   Edit

Procs

proc addSonSkipIntLit(father, son: PType; id: IdGenerator) {....raises: [],
    tags: [].}
  Source   Edit
proc getCompilerProc(g: ModuleGraph; name: string): PSym {.
    ...raises: [KeyError, Exception], tags: [ReadDirEffect, RootEffect].}
  Source   Edit
proc getFloatLitType(g: ModuleGraph; literal: PNode): PType {....raises: [],
    tags: [].}
  Source   Edit
proc getMagicEqSymForType(g: ModuleGraph; t: PType; info: TLineInfo): PSym {....raises: [
    KeyError, Exception, ValueError, OSError, IOError, ERecoverableError], tags: [
    ReadDirEffect, RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect].}
  Source   Edit
proc getNimScriptSymbol(g: ModuleGraph; name: string): PSym {....raises: [],
    tags: [].}
  Source   Edit
proc getSysMagic(g: ModuleGraph; info: TLineInfo; name: string; m: TMagic): PSym {....raises: [
    KeyError, Exception, ValueError, OSError, IOError, ERecoverableError], tags: [
    ReadDirEffect, RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect].}
  Source   Edit
proc getSysSym(g: ModuleGraph; info: TLineInfo; name: string): PSym {....raises: [
    KeyError, Exception, ValueError, OSError, IOError, ERecoverableError], tags: [
    ReadDirEffect, RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect].}
  Source   Edit
proc getSysType(g: ModuleGraph; info: TLineInfo; kind: TTypeKind): PType {....raises: [
    KeyError, Exception, ValueError, OSError, IOError, ERecoverableError], tags: [
    ReadDirEffect, RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect].}
  Source   Edit
proc nilOrSysInt(g: ModuleGraph): PType {....raises: [], tags: [].}
  Source   Edit
proc registerCompilerProc(g: ModuleGraph; s: PSym) {....raises: [], tags: [].}
  Source   Edit
proc registerNimScriptSymbol(g: ModuleGraph; s: PSym) {....raises: [Exception,
    ValueError, KeyError, OSError, IOError, ERecoverableError], tags: [
    RootEffect, ReadDirEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect].}
  Source   Edit
proc resetNimScriptSymbols(g: ModuleGraph) {....raises: [], tags: [].}
  Source   Edit
proc resetSysTypes(g: ModuleGraph) {....raises: [], tags: [].}
  Source   Edit
proc skipIntLit(t: PType; id: IdGenerator): PType {.inline, ...raises: [], tags: [].}
  Source   Edit
proc sysTypeFromName(g: ModuleGraph; info: TLineInfo; name: string): PType {....raises: [
    KeyError, Exception, ValueError, OSError, IOError, ERecoverableError], tags: [
    ReadDirEffect, RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect].}
  Source   Edit