src/repl/printer

Search:
Group by:
Source   Edit  

Types

OutputDisplay = enum
  clean, full
Source   Edit  
Printer = object
Source   Edit  

Procs

proc newPrinter(output: Output; vm: Vm; outputDisplay: OutputDisplay): Printer {.
    ...raises: [], tags: [], forbids: [].}
Creates a new Printer object with the given output and vm. The vm is used to filter its temporary paths from the output. Source   Edit