compiler/backend/cgirutils

  Source   Edit

Non-essential routines related to the code-generator IR.

Procs

proc treeRepr(n: CgNode): string {....raises: [Exception, KeyError, ValueError],
                                   tags: [RootEffect].}
Renders the tree representation of n to text.   Source   Edit