semfold
Imports
- options, ast, trees, nimsets, platform, msgs, idents, renderer, types, commands, magicsys, modulegraphs, lineinfos
Procs
proc errorType(g: ModuleGraph): PType {...}{.raises: [], tags: [].}
- creates a type representing an error state Source Edit
proc newIntNodeT(intVal: Int128; n: PNode; g: ModuleGraph): PNode {...}{. raises: [Exception, ValueError, IOError, ERecoverableError], tags: [RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect].}
- Source Edit
proc newFloatNodeT(floatVal: BiggestFloat; n: PNode; g: ModuleGraph): PNode {...}{. raises: [], tags: [].}
- Source Edit
proc newStrNodeT(strVal: string; n: PNode; g: ModuleGraph): PNode {...}{.raises: [], tags: [].}
- Source Edit
proc ordinalValToString(a: PNode; g: ModuleGraph): string {...}{. raises: [ERecoverableError, Exception, ValueError, IOError], tags: [RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect].}
- Source Edit
proc evalOp(m: TMagic; n, a, b, c: PNode; g: ModuleGraph): PNode {...}{. raises: [Exception, ValueError, IOError, ERecoverableError], tags: [RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect].}
- Source Edit
proc leValueConv(a, b: PNode): bool {...}{.raises: [ERecoverableError], tags: [].}
- Source Edit
proc newSymNodeTypeDesc(s: PSym; info: TLineInfo): PNode {...}{.raises: [], tags: [].}
- Source Edit
proc getConstExpr(m: PSym; n: PNode; g: ModuleGraph): PNode {...}{.raises: [ Exception, ValueError, IOError, ERecoverableError, Exception, IOError, ValueError, ERecoverableError, KeyError, Exception, IOError, ValueError, ERecoverableError, KeyError, Exception, ValueError, IOError, ERecoverableError], tags: [RootEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect, TimeEffect].}
- Source Edit
© 2006–2021 Andreas Rumpf
Licensed under the MIT License.
https://nim-lang.org/docs/compiler/semfold.html