package lex type Screenplay []Line type Line struct{ Type string Contents string }