src/nuance/tosexp

  Source   Edit

Types

SexpGenerator = object
  s: string
  files: Table[string, int]
  Source   Edit

Procs

proc addLineInfo(gen: var SexpGenerator; info: LineInfo) {....raises: [], tags: [].}
  Source   Edit
proc addUntypedNode(gen: var SexpGenerator; node: UntypedNode) {....raises: [],
    tags: [].}
  Source   Edit
proc filesToSexp(filesTable: Table[string, int]): string {....raises: [], tags: [].}
  Source   Edit
proc toSexp(nodes: seq[UntypedNode]): string {....raises: [], tags: [].}
  Source   Edit