compiler/backend/cbackend

  Source   Edit

Implements the entry point into the C code generator.

Procs

proc generateCode(g: ModuleGraph; mlist: sink ModuleList) {....raises: [Exception,
    ERecoverableError, KeyError, ValueError, IOError, OSError], tags: [
    RootEffect, ReadDirEffect, TimeEffect, WriteIOEffect, ReadEnvEffect,
    ReadIOEffect, WriteDirEffect].}
Entry point into the C code generator. Generates the C code for the whole (live) program, writing all modified and new C files to disk.   Source   Edit