Input = object case kind*: InputKind of Lines: lines*: string of Reset: nil of Quit: nil of EOF: nil
InputKind = enum Lines, Reset, Quit, EOF